pgsql: Use InvalidBucket instead of -1 where appropriate - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Use InvalidBucket instead of -1 where appropriate
Date
Msg-id E1lzG3z-00022P-3n@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use InvalidBucket instead of -1 where appropriate

Reported-by: Ranier Vilela <ranier.vf@gmail.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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Use WaitLatch() instead of pg_usleep() at end-of-vacuum truncati
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: PG 14 relnotes, mention CONCURRENTLY improvements