mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 21:42:56 +00:00
Remove obsolete comment
This commit is contained in:
committed by
Konstantin Knizhnik
parent
e9df43abda
commit
87c9b067c2
@@ -299,11 +299,7 @@ extern void update_cached_relsize(NRelFileInfo rinfo, ForkNumber forknum, BlockN
|
||||
extern void forget_cached_relsize(NRelFileInfo rinfo, ForkNumber forknum);
|
||||
|
||||
/*
|
||||
* Flags for relkind entry. It is bitmask, but not all combinations of this flags is possible.
|
||||
* RAW is set when information about persistent is not known.
|
||||
* When it is known, then UNLOGGED flags is set for unlogged relations.'
|
||||
* Finally UNLOGGED_BUILD is set for unlogged build (building of GIST/SPGIST/GIN... indexes).
|
||||
* Relation itself can be logged or unlogged.
|
||||
* Relation kind enum.
|
||||
*/
|
||||
typedef enum
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user