Support unlogged tables.
The contents of an unlogged table are WAL-logged; thus, they are not available on standby servers and are truncated whenever the database system enters recovery. Indexes on unlogged tables are also unlogged. Unlogged GiST indexes are not currently supported.
Showing
This diff is collapsed.
src/include/storage/reinit.h
0 → 100644
Please register or sign in to comment