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
- jumbsize_def.patch (text/x-diff) patch
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
-
Remove definition of JUMBLE_SIZE from queryjumble.h
- 839c2520a793 16.0 landed