diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2013-10-17 21:52:54 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2013-10-17 22:02:35 -0400 |
commit | f39418e9b36987ce1dac0c55da1452e43ec46e15 (patch) | |
tree | 501ed965e65b7d3c6b1f66c78372002b6f488e6f /src/backend/utils/adt/float.c | |
parent | ed632ab21e9c638328498a85ccf77452645943bb (diff) | |
download | postgresql-f39418e9b36987ce1dac0c55da1452e43ec46e15.tar.gz postgresql-f39418e9b36987ce1dac0c55da1452e43ec46e15.zip |
Switch dependency order of libpgcommon and libpgport
Continuing 63f32f3416a8b4f8e057dc184e8e8eae734ccc8a, libpgcommon should
depend on libpgport, but not vice versa. But wait_result_to_str() in
wait_error.c depends on pstrdup() in libpgcommon. So move exec.c and
wait_error.c from libpgport to libpgcommon. Also switch the link order
in the place that's actually used by the failing ecpg builds.
The function declarations have been left in port.h for now. That should
perhaps be separated sometime.
Diffstat (limited to 'src/backend/utils/adt/float.c')
0 files changed, 0 insertions, 0 deletions