An error occurred while fetching folder content.
Select Git revision
backend
-
-
- Open in your IDE
- Download source code
- Download this directory
Heikki Linnakangas
authored
The patch that turned XLogRecPtr into a uint64 inadvertently changed the on-disk format of GiST indexes, because the NSN field in the GiST page opaque is an XLogRecPtr. That breaks pg_upgrade. Revert the format of that field back to the two-field struct that XLogRecPtr was before. This is the same we did to LSNs in the page header to avoid changing on-disk format. Bump catversion, as this invalidates any existing GiST indexes built on 9.3devel.
Name | Last commit | Last update |
---|---|---|
.. |