diff options
Diffstat (limited to 'src/include/storage/large_object.h')
-rw-r--r-- | src/include/storage/large_object.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/storage/large_object.h b/src/include/storage/large_object.h index 0d81a4bc1b6..30438a98cf3 100644 --- a/src/include/storage/large_object.h +++ b/src/include/storage/large_object.h @@ -66,6 +66,8 @@ typedef struct LargeObjectDesc * Also, it seems to be a smart move to make the page size be a power of 2, * since clients will often be written to send data in power-of-2 blocks. * This avoids unnecessary tuple updates caused by partial-page writes. + * + * NB: Changing LOBLKSIZE requires an initdb. */ #define LOBLKSIZE (BLCKSZ / 4) |