postgresql/contrib/pageinspect
Heikki Linnakangas 0ab9d1c4b3 Replace XLogRecPtr struct with a 64-bit integer.
This simplifies code that needs to do arithmetic on XLogRecPtrs.

To avoid changing on-disk format of data pages, the LSN on data pages is
still stored in the old format. That should keep pg_upgrade happy. However,
we have XLogRecPtrs embedded in the control file, and in the structs that
are sent over the replication protocol, so this changes breaks compatibility
of pg_basebackup and server. I didn't do anything about this in this patch,
per discussion on -hackers, the right thing to do would to be to change the
replication protocol to be architecture-independent, so that you could use
a newer version of pg_receivexlog, for example, against an older server
version.
2012-06-24 19:19:45 +03:00
..
Makefile Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
btreefuncs.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
fsmfuncs.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
heapfuncs.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
pageinspect--1.0.sql Throw a useful error message if an extension script file is fed to psql. 2011-10-12 15:45:03 -04:00
pageinspect--unpackaged--1.0.sql Throw a useful error message if an extension script file is fed to psql. 2011-10-12 15:45:03 -04:00
pageinspect.control Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
rawpage.c Replace XLogRecPtr struct with a 64-bit integer. 2012-06-24 19:19:45 +03:00