pgsql: Use proper type for RestoreTransactionSnapshot's PGPROC arg

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use proper type for RestoreTransactionSnapshot's PGPROC arg
Date: 2025-12-19 11:40:40
Message-ID: E1vWYqd-001aVs-0B@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use proper type for RestoreTransactionSnapshot's PGPROC arg

Reviewed-by: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/08cbaeb5-aaaf-47b6-9ed8-4f7455b0bc4b@iki.fi

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/47a9f61fcafcf26bd3d68740ca05ba69ac729d93

Modified Files
--------------
src/backend/utils/time/snapmgr.c | 5 +----
src/include/utils/snapmgr.h | 3 ++-
2 files changed, 3 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2025-12-19 17:01:44 pgsql: doc: clarify when physical/logical replication is used
Previous Message John Naylor 2025-12-19 08:51:39 pgsql: Update pg_hba.conf example to reflect MD5 deprecation