JUMBLE_SIZE macro in two files

From: bt22nakamorit <bt22nakamorit(at)oss(dot)nttdata(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: JUMBLE_SIZE macro in two files
Date: 2022-10-04 08:41:12
Message-ID: bb4ebd0412da9b1ac87a5eb2a3646bf1@oss.nttdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
jumbsize_def.patch text/x-diff 476 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zhang Mingli 2022-10-04 09:04:08 Re: get rid of Abs()
Previous Message David Rowley 2022-10-04 08:35:55 Re: Reducing the chunk header sizes on all memory context types