00001 /*------------------------------------------------------------------------- 00002 * 00003 * combocid.h 00004 * Combo command ID support routines 00005 * 00006 * 00007 * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group 00008 * Portions Copyright (c) 1994, Regents of the University of California 00009 * 00010 * src/include/utils/combocid.h 00011 * 00012 *------------------------------------------------------------------------- 00013 */ 00014 #ifndef COMBOCID_H 00015 #define COMBOCID_H 00016 00017 /* 00018 * HeapTupleHeaderGetCmin and HeapTupleHeaderGetCmax function prototypes 00019 * are in access/htup.h, because that's where the macro definitions that 00020 * those functions replaced used to be. 00021 */ 00022 00023 extern void AtEOXact_ComboCid(void); 00024 00025 #endif /* COMBOCID_H */