PostgreSQL Source Code: src/backend/access/rmgrdesc/dbasedesc.c Source File (original) (raw)

1

2

3

4

5

6

7

8

9

10

11

12

13

14

16

19

20

21void

23{

26

28 {

31

35 }

37 {

40

43 }

45 {

47 int i;

48

53 }

54}

55

56const char *

58{

59 const char *id = NULL;

60

62 {

64 id = "CREATE_FILE_COPY";

65 break;

67 id = "CREATE_WAL_LOG";

68 break;

70 id = "DROP";

71 break;

72 }

73

74 return id;

75}

const char * dbase_identify(uint8 info)

void dbase_desc(StringInfo buf, XLogReaderState *record)

#define XLOG_DBASE_CREATE_WAL_LOG

#define XLOG_DBASE_CREATE_FILE_COPY

void appendStringInfo(StringInfo str, const char *fmt,...)

void appendStringInfoString(StringInfo str, const char *s)

Oid tablespace_ids[FLEXIBLE_ARRAY_MEMBER]

#define XLogRecGetInfo(decoder)

#define XLogRecGetData(decoder)