pgsql: basebackup_to_shell: Check for a NULL return from OpenPipeStream

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: basebackup_to_shell: Check for a NULL return from OpenPipeStream
Date: 2023-04-12 15:54:55
Message-ID: E1pmcoA-002j5C-Ad@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

basebackup_to_shell: Check for a NULL return from OpenPipeStream.

Per complaint from Peter Eisentraut.

Discussion: http://postgr.es/m/4f1707cc-2432-da35-64a2-5c2a8d92a388@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8e82db97b0a474008d8212a63f34e449a8c50bcd

Modified Files
--------------
contrib/basebackup_to_shell/basebackup_to_shell.c | 5 +++++
1 file changed, 5 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2023-04-12 17:42:44 Re: pgsql: Allow logical decoding on standbys
Previous Message Robert Haas 2023-04-12 15:30:36 pgsql: Document BaseBackupSync and BaseBackupWrite wait events.