File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -213,11 +213,11 @@ typedef struct _tableInfo
213213 bool rowsec ; /* is row security enabled? */
214214 bool forcerowsec ; /* is row security forced? */
215215 bool hasoids ; /* does it have OIDs? */
216- uint32 frozenxid ; /* for restore frozen xid */
217- uint32 minmxid ; /* for restore min multi xid */
218- Oid toast_oid ; /* for restore toast frozen xid */
219- uint32 toast_frozenxid ; /* for restore toast frozen xid */
220- uint32 toast_minmxid ; /* for restore toast min multi xid */
216+ uint32 frozenxid ; /* table's relfrozenxid */
217+ uint32 minmxid ; /* table's relminmxid */
218+ Oid toast_oid ; /* toast table's OID, or 0 if none */
219+ uint32 toast_frozenxid ; /* toast table's relfrozenxid, if any */
220+ uint32 toast_minmxid ; /* toast table's relminmxid */
221221 int ncheck ; /* # of CHECK expressions */
222222 char * reloftype ; /* underlying type for typed table */
223223 /* 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