Header And Logo

PostgreSQL
| The world's most advanced open source database.

Defines | Typedefs

buf.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

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

Typedefs

typedef int Buffer
typedef struct
BufferAccessStrategyData
BufferAccessStrategy

Define Documentation

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

Definition at line 31 of file buf.h.

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

Typedef Documentation

typedef int Buffer

Definition at line 23 of file buf.h.

Definition at line 44 of file buf.h.