aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2012-06-26 07:35:57 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2012-06-26 07:49:02 +0300
commit038f3a05092365eca070bdc588554520dfd5ffb9 (patch)
treebe2c5a611b45e14f8581a275bc34bb0a2ebeb443 /src/backend/access/gist/gist.c
parent8a504a363925fc5c7af48cd723da3f7e4d7ba9e2 (diff)
downloadpostgresql-038f3a05092365eca070bdc588554520dfd5ffb9.tar.gz
postgresql-038f3a05092365eca070bdc588554520dfd5ffb9.zip
Fix pg_upgrade, broken by the xlogid/segno -> 64-bit int refactoring.
The xlogid + segno representation of a particular WAL segment doesn't make much sense in pg_resetxlog anymore, now that we don't use that anywhere else. Use the WAL filename instead, since that's a convenient way to name a particular WAL segment. I did this partially for pg_resetxlog in the original xlogid/segno -> uint64 patch, but I neglected pg_upgrade and the docs. This should now be more complete.
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions