JUMBLE_SIZE macro in two files

bt22nakamorit <bt22nakamorit@oss.nttdata.com>

From: bt22nakamorit <bt22nakamorit@oss.nttdata.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-10-04T08:41:12Z
Lists: pgsql-hackers

Attachments

Hi,

queryjumble.c and queryjumble.h both define a macro JUMBLE_SIZE = 1024.
Since queryjumble.c includes queryjumble.h, the JUMBLE_SIZE definition 
in queryjumble.c should be deleted.
Thoughts?

Tatsu

Commits

  1. Remove definition of JUMBLE_SIZE from queryjumble.h