diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-10-04 09:38:43 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-10-04 09:38:43 -0400 |
commit | 490ed1ebb9b26fb342a1e3240107092e9c5aec02 (patch) | |
tree | bc8464e9826a7c1f56a9e8ba49cccf4c39623bfe /contrib/ltree_plpython/ltree_plpython.c | |
parent | c86c2d9d57c1e6c5fec860873734cccaf31df5b0 (diff) | |
download | postgresql-490ed1ebb9b26fb342a1e3240107092e9c5aec02.tar.gz postgresql-490ed1ebb9b26fb342a1e3240107092e9c5aec02.zip |
Fix hstore_plpython for Python 3.
In commit d51924be8, I overlooked the need to provide linkage for
PLyUnicode_FromStringAndSize, because that's only used (and indeed
only exists) in Python 3 builds.
In light of the need to #if this item, rearrange the ordering of
the code related to each function pointer, so as not to need more
#if's than absolutely necessary.
Per buildfarm.
Diffstat (limited to 'contrib/ltree_plpython/ltree_plpython.c')
0 files changed, 0 insertions, 0 deletions