Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0a737be

Browse filesBrowse 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
Copy full SHA for 0a737be

File tree

Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed

‎src/bin/initdb/initdb.c

Copy file name to clipboardExpand all lines: src/bin/initdb/initdb.c
+3-3Lines 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

Copy file name to clipboardExpand all lines: src/bin/pg_dump/pg_dump.c
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.