pgsql: C comment: fix for commit b5a9b18cd0b

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: C comment: fix for commit b5a9b18cd0b
Date: 2024-08-17 01:12:20
Message-ID: E1sf7zQ-0003mT-MJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

C comment: fix for commit b5a9b18cd0b

The commit was "Provide API for streaming relation data.".

Reported-by: Nazir Bilal Yavuz

Discussion: https://postgr.es/m/CAN55FZ3KsZ2faZs1sK5J0W+_8B3myB232CfLYGie4u4BBMwP3g@mail.gmail.com

Backpatch-through: master

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/151da217a37d793020f8daeea45c142571c0fbe4

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2024-08-17 02:51:20 pgsql: docs: fix incorrect plpgsql error message
Previous Message David Rowley 2024-08-16 22:36:45 pgsql: Relocate a badly placed Assert in COPY FROM code