PostgreSQL Source Code
git master
|
#include "postgres.h"
#include "access/generic_xlog.h"
#include "lib/stringinfo.h"
#include "storage/relfilelocator.h"
Go to the source code of this file.
Functions | |
void | generic_desc (StringInfo buf, XLogReaderState *record) |
const char * | generic_identify (uint8 info) |
void generic_desc | ( | StringInfo | buf, |
XLogReaderState * | record | ||
) |
Definition at line 25 of file genericdesc.c.
References appendStringInfo(), buf, XLogRecGetData, and XLogRecGetDataLen.
const char* generic_identify | ( | uint8 | info | ) |
Definition at line 53 of file genericdesc.c.