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

Commit2360f01

Browse files
committed
Use the correct type for TableInfo->relreplident.
Mistakenly relreplident was stored as a bool. That works today as c.htypedefs bool to a char, but isn't very future proof.Discussion: 20150812084351.GD8470@awork2.anarazel.deBackpatch: 9.4 where replica identity was introduced.
1 parenta0104e0 commit2360f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_dump/pg_dump.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ typedef struct _tableInfo
236236
charrelkind;
237237
charrelpersistence;/* relation persistence */
238238
boolrelispopulated;/* relation is populated */
239-
boolrelreplident;/* replica identifier */
239+
charrelreplident;/* replica identifier */
240240
char*reltablespace;/* relation tablespace */
241241
char*reloptions;/* options specified by WITH (...) */
242242
char*checkoption;/* WITH CHECK OPTION */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp