Обсуждение: pgsql: Implement mxid_age() to compute multi-xid age

Поиск
Список
Период
Сортировка

pgsql: Implement mxid_age() to compute multi-xid age

От
Bruce Momjian
Дата:
Implement mxid_age() to compute multi-xid age

Report by Josh Berkus

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/36ad1a87a368d837d5c2260b2fd2ff83e976425a

Modified Files
--------------
doc/src/sgml/maintenance.sgml    |    7 ++++++-
src/backend/utils/adt/xid.c      |   16 ++++++++++++++++
src/include/catalog/catversion.h |    2 +-
src/include/catalog/pg_proc.h    |    2 ++
src/include/utils/builtins.h     |    1 +
5 files changed, 26 insertions(+), 2 deletions(-)