postgresql/src/backend/commands
Alvaro Herrera 5ab3af46dd Remove obsolete XLogRecPtr macros
This gets rid of XLByteLT, XLByteLE, XLByteEQ and XLByteAdvance.
These were useful for brevity when XLogRecPtrs were split in
xlogid/xrecoff; but now that they are simple uint64's, they are just
clutter.  The only downside to making this change would be ease of
backporting patches, but that has been negated by other substantive
changes to the involved code anyway.  The clarity of simpler expressions
makes the change worthwhile.

Most of the changes are mechanical, but in a couple of places, the patch
author chose to invert the operator sense, making the code flow more
logical (and more in line with preceding comments).

Author: Andres Freund
Eyeballed by Dimitri Fontaine and Alvaro Herrera
2012-12-28 13:06:15 -03:00
..
Makefile Syntax support and documentation for event triggers. 2012-07-18 10:16:16 -04:00
aggregatecmds.c Adjust many backend functions to return OID rather than void. 2012-12-23 18:37:58 -05:00
alter.c Adjust many backend functions to return OID rather than void. 2012-12-23 18:37:58 -05:00
analyze.c Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
async.c Fix NOTIFY to cope with I/O problems, such as out-of-disk-space. 2012-06-29 00:51:34 -04:00
cluster.c Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY. 2012-11-28 21:26:01 -05:00
collationcmds.c Adjust many backend functions to return OID rather than void. 2012-12-23 18:37:58 -05:00
comment.c Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
constraint.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
conversioncmds.c Adjust many backend functions to return OID rather than void. 2012-12-23 18:37:58 -05:00
copy.c Update comments on rd_newRelfilenodeSubid. 2012-12-24 17:07:06 +00:00
createas.c Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
dbcommands.c Adjust many backend functions to return OID rather than void. 2012-12-23 18:37:58 -05:00
define.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
discard.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
dropcmds.c Don't trash input list structure in does_not_exist_skipping(). 2012-11-08 11:34:32 -05:00
event_trigger.c Adjust many backend functions to return OID rather than void. 2012-12-23 18:37:58 -05:00
explain.c Improve ruleutils.c's heuristics for dealing with rangetable aliases. 2012-09-21 19:03:10 -04:00
extension.c Adjust many backend functions to return OID rather than void. 2012-12-23 18:37:58 -05:00
foreigncmds.c Adjust many backend functions to return OID rather than void. 2012-12-23 18:37:58 -05:00
functioncmds.c Adjust many backend functions to return OID rather than void. 2012-12-23 18:37:58 -05:00
indexcmds.c Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY. 2012-11-28 21:26:01 -05:00
lockcmds.c Repair comment mangled by a pgindent run long ago 2012-06-21 15:37:05 -04:00
opclasscmds.c Adjust many backend functions to return OID rather than void. 2012-12-23 18:37:58 -05:00
operatorcmds.c Adjust many backend functions to return OID rather than void. 2012-12-23 18:37:58 -05:00
portalcmds.c Revert patch for taking fewer snapshots. 2012-11-26 15:55:43 -05:00
prepare.c Revert patch for taking fewer snapshots. 2012-11-26 15:55:43 -05:00
proclang.c Adjust many backend functions to return OID rather than void. 2012-12-23 18:37:58 -05:00
schemacmds.c Adjust many backend functions to return OID rather than void. 2012-12-23 18:37:58 -05:00
seclabel.c Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
sequence.c Remove obsolete XLogRecPtr macros 2012-12-28 13:06:15 -03:00
tablecmds.c Adjust many backend functions to return OID rather than void. 2012-12-23 18:37:58 -05:00
tablespace.c Adjust many backend functions to return OID rather than void. 2012-12-23 18:37:58 -05:00
trigger.c Adjust many backend functions to return OID rather than void. 2012-12-23 18:37:58 -05:00
tsearchcmds.c Adjust many backend functions to return OID rather than void. 2012-12-23 18:37:58 -05:00
typecmds.c Adjust many backend functions to return OID rather than void. 2012-12-23 18:37:58 -05:00
user.c Adjust many backend functions to return OID rather than void. 2012-12-23 18:37:58 -05:00
vacuum.c Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY. 2012-11-28 21:26:01 -05:00
vacuumlazy.c Make some messages more consistent in style 2012-12-21 00:10:46 -05:00
variable.c Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
view.c Adjust many backend functions to return OID rather than void. 2012-12-23 18:37:58 -05:00