Allow repmgr to obtain tablespace's locations from pg 9.2 and later

in which we no longer have a spclocation column in pg_tablespaces
This commit is contained in:
Jaime Casanova
2012-06-12 10:45:48 -05:00
parent 9caa243354
commit 5d8cf6abe0
2 changed files with 23 additions and 8 deletions

View File

@@ -41,3 +41,4 @@
Add CLUSTER SHOW command (Carlo Ascani)
Add CLUSTER CLEANUP command (Jaime)
Add function write_primary_conninfo (Marco Nenciarini)
Teach repmgr how to get tablespace's location in different pg version (Jaime Casanova)