diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2009-01-04 00:54:15 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2009-01-04 00:54:15 +0000 |
commit | a65ed83f8a6fbf35c1e563533ab8293a788b1fce (patch) | |
tree | 083f6cf226735c937b7b7d41d4d1032ddc5c632e /src/backend/access/gist/gistutil.c | |
parent | 4605d1c98b305567a7addb22643a9cc7519315e9 (diff) | |
download | postgresql-a65ed83f8a6fbf35c1e563533ab8293a788b1fce.tar.gz postgresql-a65ed83f8a6fbf35c1e563533ab8293a788b1fce.zip |
Allow configure to deal with Python 3.0. Changes were:
print foo --> print(foo)
string.join(...) --> ' '.join(...)
These changes are backward compatible.
The actual plpython module appears to need significant updates to support
Python 3.0, though. This change just relieves interested developers from
having to deal with Autoconf.
Diffstat (limited to 'src/backend/access/gist/gistutil.c')
0 files changed, 0 insertions, 0 deletions