Re: pipe_read_line for reading arbitrary strings

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pipe_read_line for reading arbitrary strings
Date: 2023-05-17 11:49:54
Message-ID: D1996255-37EC-4600-A4AB-0880F3F6E2AE@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 7 Mar 2023, at 23:05, Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:
>
> When skimming through pg_rewind during a small review I noticed the use of
> pipe_read_line for reading arbitrary data from a pipe, the mechanics of which
> seemed odd.

A rebase of this for the CFBot since I realized I had forgotten to add this to
the July CF.

--
Daniel Gustafsson

Attachment Content-Type Size
v2-0001-Refactor-pipe_read_line-to-return-the-full-line.patch application/octet-stream 6.1 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Korotkov 2023-05-17 11:56:54 Re: Possible regression setting GUCs on \connect
Previous Message Nikita Malakhov 2023-05-17 11:32:13 Re: [PATCH] Compression dictionaries for JSONB