pgsql: Rename macro related to pg_backup_stop()

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rename macro related to pg_backup_stop()
Date: 2022-09-13 01:52:19
Message-ID: E1oXv62-0005h3-P7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rename macro related to pg_backup_stop()

This should have been part of 39969e2 that has renamed pg_stop_backup()
to pg_backup_stop(), and this one is the last reference to
pg_stop/start_backup() I could find in the tree.

Author: Bharath Rupireddy
Discussion: https://postgr.es/m/CALj2ACXjvC28ppeDTCrfaSyHga0ggP5nRLJbsjx=7N-74UT4QA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bb629c294bea533884a379eee5f8ed6307c17bf2

Modified Files
--------------
src/backend/access/transam/xlogfuncs.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2022-09-13 03:38:45 Re: pgsql: aix: No need to use mkldexport when we want to export all symbol
Previous Message Michael Paquier 2022-09-13 01:39:59 pgsql: Move any remaining files generated by pg_upgrade into an interna