pgsql: Add pg_string_endswith as the start of a string helper library i - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Add pg_string_endswith as the start of a string helper library i
Date
Msg-id E1Y7VVL-0007SS-5g@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add pg_string_endswith as the start of a string helper library in src/common.

Backpatch to 9.3 where src/common was introduce, because a bugfix that
needs to be backpatched, requires the function. Earlier branches will
have to duplicate the code.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/bb2e2ce6e2ea4835ed99593508d0909af0e402d6

Modified Files
--------------
src/common/Makefile         |    2 +-
src/common/string.c         |   43 +++++++++++++++++++++++++++++++++++++++++++
src/include/common/string.h |   15 +++++++++++++++
src/tools/msvc/Mkvcbuild.pm |    2 +-
4 files changed, 60 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Prevent WAL files created by pg_basebackup -x/X from being archi
Next
From: Andres Freund
Date:
Subject: pgsql: Add pg_string_endswith as the start of a string helper library i