pgsql: Remove definition of JUMBLE_SIZE from queryjumble.h

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove definition of JUMBLE_SIZE from queryjumble.h
Date: 2022-10-05 05:28:52
Message-ID: E1ofwxg-000xkV-A1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/839c2520a7937b8895ff84fc8fc718dbfab5e72e

Modified Files
--------------
src/include/utils/queryjumble.h | 2 --
1 file changed, 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2022-10-05 08:03:34 pgsql: Rename shadowed local variables
Previous Message Michael Paquier 2022-10-05 05:14:24 pgsql: Use macros from xlog_internal.h for WAL segment logic in pg_rese