Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitb35434b

Browse files
author
Amit Kapila
committed
Fix buildfarm failure introduced by commite65dbc9.
The patch had incorrectly specified the default value forpublish_generated_columns during the query formation in pg_dump.Author: Vignesh C <vignesh21@gmail.com>Discussion:https://postgr.es/m/CAA4eK1KfZYTD8Hpi9TD1KaB8rNUBR9baUvTxa5wYyZDGbEaa6g@mail.gmail.com
1 parent34694ec commitb35434b

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
@@ -4318,7 +4318,7 @@ getPublications(Archive *fout)
43184318
if (fout->remoteVersion >= 180000)
43194319
appendPQExpBufferStr(query, "p.pubgencols_type ");
43204320
else
4321-
appendPQExpBufferStr(query,CppAsString2(PUBLISH_GENCOLS_NONE) " AS pubgencols_type ");
4321+
appendPQExpBuffer(query,"'%c' AS pubgencols_type ", PUBLISH_GENCOLS_NONE);
43224322

43234323
appendPQExpBufferStr(query, "FROM pg_publication p");
43244324

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp