PostgreSQL Source Code
git master
combocid.h
Go to the documentation of this file.
1
/*-------------------------------------------------------------------------
2
*
3
* combocid.h
4
* Combo command ID support routines
5
*
6
*
7
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
* src/include/utils/combocid.h
11
*
12
*-------------------------------------------------------------------------
13
*/
14
#ifndef COMBOCID_H
15
#define COMBOCID_H
16
17
/*
18
* HeapTupleHeaderGetCmin and HeapTupleHeaderGetCmax function prototypes
19
* are in access/htup.h, because that's where the macro definitions that
20
* those functions replaced used to be.
21
*/
22
23
extern
void
AtEOXact_ComboCid
(
void
);
24
extern
void
RestoreComboCIDState
(
char
*comboCIDstate);
25
extern
void
SerializeComboCIDState
(
Size
maxsize,
char
*start_address);
26
extern
Size
EstimateComboCIDStateSpace
(
void
);
27
28
#endif
/* COMBOCID_H */
Size
size_t Size
Definition:
c.h:559
RestoreComboCIDState
void RestoreComboCIDState(char *comboCIDstate)
Definition:
combocid.c:342
SerializeComboCIDState
void SerializeComboCIDState(Size maxsize, char *start_address)
Definition:
combocid.c:316
AtEOXact_ComboCid
void AtEOXact_ComboCid(void)
Definition:
combocid.c:182
EstimateComboCIDStateSpace
Size EstimateComboCIDStateSpace(void)
Definition:
combocid.c:297
src
include
utils
combocid.h
Generated on Fri Dec 13 2024 00:13:26 for PostgreSQL Source Code by
1.9.1