[pg_rewind] use the passing callback instead of global function

From: Junwang Zhao <zhjwpku(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: [pg_rewind] use the passing callback instead of global function
Date: 2023-04-26 01:51:13
Message-ID: CAEG8a3Jdwgh+PZr2zh1=t8apA4Yz8tKq+uubPqoCt14nvWKHEw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
0001-pg_rewind-use-the-passing-callback-instead-of-global.patch application/octet-stream 1.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message vignesh C 2023-04-26 04:06:09 Re: Add two missing tests in 035_standby_logical_decoding.pl
Previous Message Jeff Davis 2023-04-26 01:15:21 Re: Order changes in PG16 since ICU introduction