Rename various shared library functions

Some of the more generically named functions are at risk of colliding
with functions defined in other libraries. To mitigate that risk,
prefix with "repmgr_", unless the name already has some reference
to repmgr.

This requires an extension version bump.

RM20471.
This commit is contained in:
Ian Barwick
2021-02-23 10:14:16 +09:00
parent d34b4e71a6
commit dd8204e013
6 changed files with 298 additions and 41 deletions

View File

@@ -1,8 +1,7 @@
# repmgr extension
comment = 'Replication manager for PostgreSQL'
default_version = '5.2'
default_version = '5.3'
module_pathname = '$libdir/repmgr'
relocatable = false
schema = repmgr