pgsql: Fix typo - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix typo
Date
Msg-id E1tqoHq-001O5G-1W@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix typo

Duplicate assignment in commit af4002b381d should have been a
different field.  (But it didn't affect the outcome.)

Reported-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://www.postgresql.org/message-id/flat/E1tngY6-0000UL-2n%40gemulon.postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/661781f3a3ed37249cd468db27050ab3d4d662b7

Modified Files
--------------
src/backend/access/hash/hash.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Use stricter ordering in regression test query for pg_stat_io
Next
From: Robins Tharakan
Date:
Subject: Re: pgsql: Trial fix for old cross-version upgrades.