[pgpool-committers: 7100] pgpool: Follow the guide line of PostgreSQL 12.4 regarding extensions.
Tatsuo Ishii
ishii at sraoss.co.jp
Sun Sep 13 20:37:07 JST 2020
Follow the guide line of PostgreSQL 12.4 regarding extensions.
CREATE OR REPLACE FUNCTION should be avoided. Use CREATE FUNCTION instead.
Branch
------
V3_5_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=d35acfccf195130b4e3e9a21b53d20453d0e38e7
Modified Files
--------------
src/sql/pgpool-recovery/pgpool-recovery.sql.in | 8 ++++----
src/sql/pgpool-recovery/pgpool_recovery--1.0.sql | 4 ++--
src/sql/pgpool-recovery/pgpool_recovery--1.1.sql | 4 ++--
src/sql/pgpool-regclass/pgpool-regclass.sql.in | 2 +-
4 files changed, 9 insertions(+), 9 deletions(-)
More information about the pgpool-committers
mailing list