Bump libpcp.so version.
authorTatsuo Ishii <ishii@postgresql.org>
Wed, 29 Oct 2025 02:57:36 +0000 (11:57 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Wed, 29 Oct 2025 03:02:01 +0000 (12:02 +0900)
Now that src/utils/pool_health_check_stats.c has been changed to add
more members to the return value of pool_report_pools_offsets(), we
bump the libpcp.so version from Pgpool-II 4.6's 2.0.0 to 3.0.0.

Author: Tatsuo Ishii <ishii@postgresql.org>

src/libs/pcp/Makefile.am

index c3172c203b315950e872072361e5fec097fb689d..31f51233a1b43a19b3dedd38f1a75d4493aae206 100644 (file)
@@ -1,7 +1,7 @@
 AM_CPPFLAGS = -D_GNU_SOURCE -DPOOL_PRIVATE -I @PGSQL_INCLUDE_DIR@
 
 lib_LTLIBRARIES = libpcp.la
-libpcp_la_LDFLAGS = -version-info 2:1:0
+libpcp_la_LDFLAGS = -version-info 3:0:0
 dist_libpcp_la_SOURCES = pcp.c \
                                        ../../utils/pool_path.c \
                                        ../../tools/fe_port.c \