pgsql: Fix typo in 2a8a0067. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Fix typo in 2a8a0067.
Date
Msg-id E1tkCmj-007iCY-SZ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix typo in 2a8a0067.

Builds configured with Valgrind but without assertions would fail due to
a typo in the recent change.  This should be included when back-patching
2a8a0067 into v17.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2509b857cc1067be628291864289f27325760477

Modified Files
--------------
src/backend/storage/aio/read_stream.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Stamp 13.20.
Next
From: Amit Kapila
Date:
Subject: pgsql: Doc: Improve pg_replication_slots.inactive_since description.