[pg_rewind] use the passing callback instead of global function - Mailing list pgsql-hackers

From Junwang Zhao
Subject [pg_rewind] use the passing callback instead of global function
Date
Msg-id CAEG8a3Jdwgh+PZr2zh1=t8apA4Yz8tKq+uubPqoCt14nvWKHEw@mail.gmail.com
Whole thread Raw
Responses Re: [pg_rewind] use the passing callback instead of global function
List pgsql-hackers
`local_traverse_files` and `libpq_traverse_files` both have a
callback parameter but instead use the global process_source_file
which is no good for function encapsulation.

-- 
Regards
Junwang Zhao

Attachment

pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: Order changes in PG16 since ICU introduction
Next
From: vignesh C
Date:
Subject: Re: Add two missing tests in 035_standby_logical_decoding.pl