mirror of
https://github.com/postgres/postgres.git
synced 2025-08-21 10:42:50 +03:00
Cosmetic improvements to freeze map code.
Per post-commit review comments from Andres Freund, improve variable names, comments, and in one place, slightly improve the code structure. Masahiko Sawada
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
#include "storage/buf.h"
|
||||
#include "utils/relcache.h"
|
||||
|
||||
/* Number of bits for one heap page */
|
||||
#define BITS_PER_HEAPBLOCK 2
|
||||
#define HEAPBLOCKS_PER_BYTE (BITS_PER_BYTE / BITS_PER_HEAPBLOCK)
|
||||
|
||||
/* Flags for bit map */
|
||||
#define VISIBILITYMAP_ALL_VISIBLE 0x01
|
||||
|
Reference in New Issue
Block a user