pgsql: Use InvalidBucket instead of -1 where appropriate

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use InvalidBucket instead of -1 where appropriate
Date: 2021-07-02 10:06:23
Message-ID: E1lzG3z-00022P-3n@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use InvalidBucket instead of -1 where appropriate

Reported-by: Ranier Vilela <ranier(dot)vf(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/CAEudQAp%3DZwKjrP4L%2BCzqV7SmWiaQidPPRqj4tqdjDG4KBx5yrg%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6bd3ec62d9d7921fad2125bbeb5f2eafbbb261e5

Modified Files
--------------
src/backend/access/hash/hash_xlog.c | 2 +-
src/backend/access/hash/hashovfl.c | 4 ++--
src/backend/access/hash/hashpage.c | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2021-07-02 18:47:02 pgsql: doc: PG 14 relnotes, mention CONCURRENTLY improvements
Previous Message Michael Paquier 2021-07-02 04:10:04 pgsql: Use WaitLatch() instead of pg_usleep() at end-of-vacuum truncati