File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -243,11 +243,11 @@ typedef struct _tableInfo
243
243
bool hasrules ; /* does it have any rules? */
244
244
bool hastriggers ; /* does it have any triggers? */
245
245
bool hasoids ; /* does it have OIDs? */
246
- uint32 frozenxid ; /* for restore frozen xid */
247
- uint32 minmxid ; /* for restore min multi xid */
248
- Oid toast_oid ; /* for restore toast frozen xid */
249
- uint32 toast_frozenxid ; /* for restore toast frozen xid */
250
- uint32 toast_minmxid ; /* for restore toast min multi xid */
246
+ uint32 frozenxid ; /* table's relfrozenxid */
247
+ uint32 minmxid ; /* table's relminmxid */
248
+ Oid toast_oid ; /* toast table's OID, or 0 if none */
249
+ uint32 toast_frozenxid ; /* toast table's relfrozenxid, if any */
250
+ uint32 toast_minmxid ; /* toast table's relminmxid */
251
251
int ncheck ; /* # of CHECK expressions */
252
252
char * reloftype ; /* underlying type for typed table */
253
253
/* these two are set only if table is a sequence owned by a column: */
You can’t perform that action at this time.
0 commit comments