]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add pg_string_endswith as the start of a string helper library in src/common.
authorAndres Freund <andres@anarazel.de>
Sat, 3 Jan 2015 19:51:52 +0000 (20:51 +0100)
committerAndres Freund <andres@anarazel.de>
Sat, 3 Jan 2015 19:54:13 +0000 (20:54 +0100)
commitbb2e2ce6e2ea4835ed99593508d0909af0e402d6
treea6e9cda6618e7b7e5e20cac7ddbb258ab31204d5
parent15331540cde241e63a8d29a6a594d2b637d9102c
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.
src/common/Makefile
src/common/string.c [new file with mode: 0644]
src/include/common/string.h [new file with mode: 0644]
src/tools/msvc/Mkvcbuild.pm