Remove unnecessary #ifdef FRONTEND check to choose between strdup and pstrdup.
The libpgcommon patch made that unnecessary, palloc and friends are now available in frontend programs too, mapped to plain old malloc. As pointed out by Alvaro Herrera. Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/2443a26b9b905e66cd9b95a2faf57e1f1ebcafb1 Modified Files -------------- src/port/wait_error.c | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
