You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
DATA(insert OID = 3330 ( pg_current_wal_flush_location PGNSP PGUID 12 1 0 0 0 f f f f t f v s 0 0 3220 "" _null_ _null_ _null_ _null_ _null_ pg_current_wal_flush_location _null_ _null_ _null_ ));
3161
3161
DESCR("current wal flush location");
3162
3162
DATA(insert OID = 2850 ( pg_walfile_name_offset PGNSP PGUID 12 1 0 0 0 f f f f t f i s 1 0 2249 "3220" "{3220,25,23}" "{i,o,o}" "{wal_location,file_name,file_offset}" _null_ _null_ pg_walfile_name_offset _null_ _null_ _null_ ));
3163
-
DESCR("wal filename and byte offset, givenan wal location");
3163
+
DESCR("wal filename and byte offset, givena wal location");
3164
3164
DATA(insert OID = 2851 ( pg_walfile_namePGNSP PGUID 12 1 0 0 0 f f f f t f i s 1 0 25 "3220" _null_ _null_ _null_ _null_ _null_ pg_walfile_name _null_ _null_ _null_ ));
3165
-
DESCR("wal filename, givenan wal location");
3165
+
DESCR("wal filename, givena wal location");
3166
3166
3167
3167
DATA(insert OID = 3165 ( pg_wal_location_diffPGNSP PGUID 12 1 0 0 0 f f f f t f i s 2 0 1700 "3220 3220" _null_ _null_ _null_ _null_ _null_ pg_wal_location_diff _null_ _null_ _null_ ));
3168
3168
DESCR("difference in bytes, given two wal locations");