1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +03:00

Implement mxid_age() to compute multi-xid age

Report by Josh Berkus
This commit is contained in:
Bruce Momjian
2014-09-10 17:13:04 -04:00
parent 84aa8ba128
commit 36ad1a87a3
5 changed files with 26 additions and 2 deletions

View File

@@ -845,6 +845,7 @@ extern Datum xidrecv(PG_FUNCTION_ARGS);
extern Datum xidsend(PG_FUNCTION_ARGS);
extern Datum xideq(PG_FUNCTION_ARGS);
extern Datum xid_age(PG_FUNCTION_ARGS);
extern Datum mxid_age(PG_FUNCTION_ARGS);
extern int xidComparator(const void *arg1, const void *arg2);
extern Datum cidin(PG_FUNCTION_ARGS);
extern Datum cidout(PG_FUNCTION_ARGS);