Re: Use PqMsg_* macros in basebackup_copy.c

2025-07-25 Thread Fabrízio de Royes Mello
On Fri, Jul 25, 2025 at 12:34 PM Nathan Bossart wrote: > > On Fri, Jul 25, 2025 at 11:47:52AM -0300, Fabrízio de Royes Mello wrote: > > Attached patch for $SUBJECT. > > Could we move this to the existing thread on the topic [0]? I see one more > CopyData character in this file, plus some others t

Re: Use PqMsg_* macros in basebackup_copy.c

2025-07-25 Thread Nathan Bossart
On Fri, Jul 25, 2025 at 11:47:52AM -0300, Fabrízio de Royes Mello wrote: > Attached patch for $SUBJECT. Could we move this to the existing thread on the topic [0]? I see one more CopyData character in this file, plus some others that probably need their own characters in protocol.h: ./basebackup

Use PqMsg_* macros in basebackup_copy.c

2025-07-25 Thread Fabrízio de Royes Mello
Attached patch for $SUBJECT. -- Fabrízio de Royes Mello From 37a119f5c4c01dbf71efe32180e00b5fa0add517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabr=C3=ADzio=20de=20Royes=20Mello?= Date: Fri, 25 Jul 2025 11:45:48 -0300 Subject: [PATCH] Use PqMsg_* macros in basebackup_copy.c --- src/backend