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
This commit is contained in:
Michael Paquier 2022-10-05 14:27:50 +09:00
parent 9a30e154b3
commit 839c2520a7
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@
#include "nodes/parsenodes.h"
#define JUMBLE_SIZE 1024 /* query serialization buffer size */
/*
* Struct for tracking locations/lengths of constants during normalization
*/