We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e32f3 commit 5e874b2Copy full SHA for 5e874b2
src/include/utils/guc.h
@@ -223,7 +223,7 @@ typedef enum
223
#define GUC_UNIT_BLOCKS 0x2000 /* value is in blocks */
224
#define GUC_UNIT_XBLOCKS 0x3000 /* value is in xlog blocks */
225
#define GUC_UNIT_MB 0x4000 /* value is in megabytes */
226
-#define GUC_UNIT_BYTE 0x8000 /* value is in bytes */
+#define GUC_UNIT_BYTE 0x5000 /* value is in bytes */
227
#define GUC_UNIT_MEMORY 0xF000 /* mask for size-related units */
228
229
#define GUC_UNIT_MS 0x10000 /* value is in milliseconds */
0 commit comments