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

Commitc03e442

Browse files
committed
Fix factual and grammatical errors in comments for struct _tableInfo.
Amit Langote, further adjusted by me
1 parent534a415 commitc03e442

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎src/bin/pg_dump/pg_dump.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -243,11 +243,11 @@ typedef struct _tableInfo
243243
boolhasrules;/* does it have any rules? */
244244
boolhastriggers;/* does it have any triggers? */
245245
boolhasoids;/* does it have OIDs? */
246-
uint32frozenxid;/*for restore frozen xid */
247-
uint32minmxid;/*for restore min multi xid */
248-
Oidtoast_oid;/*for restore toast frozen xid */
249-
uint32toast_frozenxid;/*for restore toast frozen xid */
250-
uint32toast_minmxid;/*for restoretoastmin multi xid */
246+
uint32frozenxid;/*table's relfrozenxid */
247+
uint32minmxid;/*table's relminmxid */
248+
Oidtoast_oid;/*toast table's OID, or 0 if none */
249+
uint32toast_frozenxid;/*toast table's relfrozenxid, if any */
250+
uint32toast_minmxid;/* toasttable's relminmxid */
251251
intncheck;/* # of CHECK expressions */
252252
char*reloftype;/* underlying type for typed table */
253253
/* these two are set only if table is a sequence owned by a column: */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp