]> granicus.if.org Git - postgresql/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)
commit70e36adb0d4b7f4656a06a5396a4cf65fc863323
tree64102e14a29e3c9d2b8118674f748d364c249d8d
parente7c1188756c9a57068e6be0c4cf2c448addb8b0c
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/backend/replication/slot.c
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