Thread: pgsql: Fix typo

pgsql: Fix typo

From
Peter Eisentraut
Date:
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(-)