Skip to content

Commit 35c7df5

Browse files
author
Aleksandr Parfenov
committed
Remove redundant tab symbol
1 parent 0326640 commit 35c7df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_dump/pg_dump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14209,7 +14209,7 @@ dumpTSConfig(Archive *fout, TSConfigInfo *cfginfo)
1420914209
PQclear(res);
1421014210

1421114211
resetPQExpBuffer(query);
14212-
14212+
1421314213
if (fout->remoteVersion >= 110000)
1421414214
appendPQExpBuffer(query,
1421514215
"SELECT\n"

0 commit comments

Comments
 (0)