Re: pgsql: Add support for COPY TO callback functions

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Add support for COPY TO callback functions
Date: 2022-10-11 23:53:03
Message-ID: Y0YB35Uk04wG3WSR@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Tue, Oct 11, 2022 at 03:42:21PM -0700, Andres Freund wrote:
> Looks quite justified. Passing NULL to bool is_program isn't right.

Justified it is. Thanks!
--
Michael

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-10-12 01:00:15 pgsql: Simplify some maths in xlogreader.c
Previous Message Michael Paquier 2022-10-11 23:52:19 pgsql: Fix compilation warning in test_copy_callbacks