pgsql: Add function pg_xlog_location_diff to help comparisons

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Add function pg_xlog_location_diff to help comparisons
Дата
Msg-id E1S49ah-0001Y8-Py@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add function pg_xlog_location_diff to help comparisons

Comparing two xlog locations are useful for example when calculating
replication lag.

Euler Taveira de Oliveira, reviewed by Fujii Masao, and some cleanups
from me

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bc5ac3686580079bd4ea26bf027178786d77a9ee

Modified Files
--------------
doc/src/sgml/func.sgml                 |   20 +++++++-
src/backend/access/transam/xlogfuncs.c |   90 ++++++++++++++++++++++++++++++++
src/include/access/xlog_internal.h     |    1 +
src/include/catalog/catversion.h       |    2 +-
src/include/catalog/pg_proc.h          |    3 +
5 files changed, 114 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Collect and use element-frequency statistics for arrays.
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgsql: More carefully validate xlog location string inputs