1/*-------------------------------------------------------------------------
4 * rmgr descriptor routines for commands/dbcommands.c
6 * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
7 * Portions Copyright (c) 1994, Regents of the University of California
11 * src/backend/access/rmgrdesc/dbasedesc.c
13 *-------------------------------------------------------------------------
59 const char *
id = NULL;
64 id =
"CREATE_FILE_COPY";
67 id =
"CREATE_WAL_LOG";
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)