aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistutil.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2009-01-04 00:54:15 +0000
committerPeter Eisentraut <peter_e@gmx.net>2009-01-04 00:54:15 +0000
commita65ed83f8a6fbf35c1e563533ab8293a788b1fce (patch)
tree083f6cf226735c937b7b7d41d4d1032ddc5c632e /src/backend/access/gist/gistutil.c
parent4605d1c98b305567a7addb22643a9cc7519315e9 (diff)
downloadpostgresql-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