mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 15:16:29 +00:00
Initial commit
This commit is contained in:
13
sql_utils/repmgr_wrapper_funcs.sql.in
Normal file
13
sql_utils/repmgr_wrapper_funcs.sql.in
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* repmgr_wrapper_function.sql
|
||||
* Copyright (c) 2ndQuadrant, 2010
|
||||
*
|
||||
*/
|
||||
|
||||
CREATE FUNCTION get_last_xlog_replay_timestamp() RETURNS timestamp with time zone
|
||||
AS 'MODULE_PATHNAME', 'last_xlog_replay_timestamp'
|
||||
LANGUAGE C STRICT;
|
||||
|
||||
CREATE FUNCTION get_oldest_xmin() RETURNS bigint
|
||||
AS 'MODULE_PATHNAME', 'oldest_xmin'
|
||||
LANGUAGE C STRICT;
|
||||
Reference in New Issue
Block a user