PostgreSQL Source Code  git master
buf.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define InvalidBuffer   0
 
#define BufferIsInvalid(buffer)   ((buffer) == InvalidBuffer)
 
#define BufferIsLocal(buffer)   ((buffer) < 0)
 

Typedefs

typedef int Buffer
 
typedef struct BufferAccessStrategyDataBufferAccessStrategy
 

Macro Definition Documentation

◆ BufferIsInvalid

#define BufferIsInvalid (   buffer)    ((buffer) == InvalidBuffer)

Definition at line 31 of file buf.h.

◆ BufferIsLocal

#define BufferIsLocal (   buffer)    ((buffer) < 0)

Definition at line 37 of file buf.h.

◆ InvalidBuffer

#define InvalidBuffer   0

Definition at line 25 of file buf.h.

Typedef Documentation

◆ Buffer

typedef int Buffer

Definition at line 23 of file buf.h.

◆ BufferAccessStrategy

Definition at line 44 of file buf.h.