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