| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Fix typo |
| Date: | 2025-03-08 07:07:54 |
| Message-ID: | E1tqoHq-001O5G-1W@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)sss(dot)pgh(dot)pa(dot)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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robins Tharakan | 2025-03-08 07:54:20 | Re: pgsql: Trial fix for old cross-version upgrades. |
| Previous Message | Michael Paquier | 2025-03-08 04:40:41 | pgsql: Use stricter ordering in regression test query for pg_stat_io |