Thanks to visit codestin.com Credit goes to github.com
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 0e48038 commit 3fe76abCopy full SHA for 3fe76ab
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