Skip to content

Commit 839c252

Browse files
committed
Remove definition of JUMBLE_SIZE from queryjumble.h
The same exists in queryjumble.c, and it is used only locally in this file so let's remove the definition in the header. Author: Tatsu Nakamori Reviewed-by: Tom Lane, Julien Rouhaud Discussion: https://postgr.es/m/bb4ebd0412da9b1ac87a5eb2a3646bf1@oss.nttdata.com
1 parent 9a30e15 commit 839c252

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/include/utils/queryjumble.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
#include "nodes/parsenodes.h"
1818

19-
#define JUMBLE_SIZE 1024 /* query serialization buffer size */
20-
2119
/*
2220
* Struct for tracking locations/lengths of constants during normalization
2321
*/

0 commit comments

Comments
 (0)