Skip to content

Commit 0a737be

Browse files
committed
Remove some tabs in SQL code in C string literals
This is not handled uniformly throughout the code, but at least nearby code can be consistent.
1 parent 896ddf9 commit 0a737be

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/bin/initdb/initdb.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1813,7 +1813,7 @@ setup_privileges(FILE *cmdfd)
18131813
" SELECT"
18141814
" oid,"
18151815
" (SELECT oid FROM pg_class WHERE "
1816-
" relname = 'pg_largeobject_metadata'),"
1816+
" relname = 'pg_largeobject_metadata'),"
18171817
" 0,"
18181818
" lomacl,"
18191819
" 'i'"
@@ -1838,7 +1838,7 @@ setup_privileges(FILE *cmdfd)
18381838
" SELECT"
18391839
" oid,"
18401840
" (SELECT oid FROM pg_class WHERE "
1841-
" relname = 'pg_foreign_data_wrapper'),"
1841+
" relname = 'pg_foreign_data_wrapper'),"
18421842
" 0,"
18431843
" fdwacl,"
18441844
" 'i'"
@@ -1851,7 +1851,7 @@ setup_privileges(FILE *cmdfd)
18511851
" SELECT"
18521852
" oid,"
18531853
" (SELECT oid FROM pg_class "
1854-
" WHERE relname = 'pg_foreign_server'),"
1854+
" WHERE relname = 'pg_foreign_server'),"
18551855
" 0,"
18561856
" srvacl,"
18571857
" 'i'"

src/bin/pg_dump/pg_dump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16346,7 +16346,7 @@ dumpTableSchema(Archive *fout, TableInfo *tbinfo)
1634616346
tbinfo->attfdwoptions[j][0] != '\0')
1634716347
appendPQExpBuffer(q,
1634816348
"ALTER FOREIGN TABLE %s ALTER COLUMN %s OPTIONS (\n"
16349-
" %s\n"
16349+
" %s\n"
1635016350
");\n",
1635116351
qualrelname,
1635216352
fmtId(tbinfo->attnames[j]),

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy