aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablecmds.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-10-07 21:12:25 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2016-10-07 21:12:25 -0400
commit8811f5d3a4a1ebf79ccb00da336d70041b003dd2 (patch)
treeb1bdac15fb9379ec112d0c8c1cfeff342fdc3bd5 /src/backend/commands/tablecmds.c
parentb0779abb3add11d4dd745779dd81ea8ecdd00a1d (diff)
downloadpostgresql-8811f5d3a4a1ebf79ccb00da336d70041b003dd2.tar.gz
postgresql-8811f5d3a4a1ebf79ccb00da336d70041b003dd2.zip
libpqwalreceiver needs to link with libintl when using --enable-nls.
The need for this was previously obscured even on picky platforms by the hack we used to support direct cross-module references in the transforms contrib modules. Now that that hack is gone, the undefined symbol is exposed, as reported by Robert Haas. Back-patch to 9.5 where we started to use -Wl,-undefined,dynamic_lookup. I'm a bit surprised that the older branches don't seem to contain any gettext references in this module, but since they don't fail at build time, they must not. (We might be able to get away with leaving this alone in 9.5/9.6, but I think it's cleaner if the reference gets resolved at link time.) Report: <CA+TgmoaHJKU5kcWZcYduATYVT7Mnx+8jUnycaYYL7OtCwCigug@mail.gmail.com>
Diffstat (limited to 'src/backend/commands/tablecmds.c')
0 files changed, 0 insertions, 0 deletions