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

Commitfeb473a

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 parentf19ad6f commitfeb473a

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
@@ -202,7 +202,7 @@ typedef struct _tableInfo
202202
charrelkind;
203203
charrelpersistence;/* relation persistence */
204204
boolrelispopulated;/* relation is populated */
205-
boolrelreplident;/* replica identifier */
205+
charrelreplident;/* replica identifier */
206206
char*reltablespace;/* relation tablespace */
207207
char*reloptions;/* options specified by WITH (...) */
208208
char*checkoption;/* WITH CHECK OPTION */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp