|
PostgreSQL Source Code git master
|

Go to the source code of this file.
Functions | |
| void | brin_desc (StringInfo buf, XLogReaderState *record) |
| const char * | brin_identify (uint8 info) |
| void brin_desc | ( | StringInfo | buf, |
| XLogReaderState * | record | ||
| ) |
Definition at line 20 of file brindesc.c.
References appendStringInfo(), buf, fb(), XLOG_BRIN_CREATE_INDEX, XLOG_BRIN_DESUMMARIZE, XLOG_BRIN_INSERT, XLOG_BRIN_OPMASK, XLOG_BRIN_REVMAP_EXTEND, XLOG_BRIN_SAMEPAGE_UPDATE, XLOG_BRIN_UPDATE, XLogRecGetData, and XLogRecGetInfo.
Definition at line 74 of file brindesc.c.
References fb(), XLOG_BRIN_CREATE_INDEX, XLOG_BRIN_DESUMMARIZE, XLOG_BRIN_INIT_PAGE, XLOG_BRIN_INSERT, XLOG_BRIN_REVMAP_EXTEND, XLOG_BRIN_SAMEPAGE_UPDATE, XLOG_BRIN_UPDATE, and XLR_INFO_MASK.