postgresql/src/backend/utils
Peter Eisentraut dd26a0ad76 Use PG_GETARG_TRANSACTIONID where appropriate
Some places were using PG_GETARG_UINT32 where PG_GETARG_TRANSACTIONID
would be more appropriate.  (Of course, they are the same internally,
so there is no externally visible effect.)  To do that, export
PG_GETARG_TRANSACTIONID outside of xid.c.  We also export
PG_RETURN_TRANSACTIONID for symmetry, even though there are currently
no external users.

Author: Ashutosh Bapat <ashutosh.bapat@2ndquadrant.com>
Discussion: https://www.postgresql.org/message-id/flat/d8f6bdd536df403b9b33816e9f7e0b9d@G08CNEXMBPEKD05.g08.fujitsu.local
2020-11-02 16:48:22 +01:00
..
adt Use PG_GETARG_TRANSACTIONID where appropriate 2020-11-02 16:48:22 +01:00
cache Track collation versions for indexes. 2020-11-03 01:19:50 +13:00
error Recognize network-failure errnos as indicating hard connection loss. 2020-10-10 13:28:12 -04:00
fmgr Support for OUT parameters in procedures 2020-10-05 09:21:43 +02:00
hash Code review for dynahash change. 2020-09-19 15:53:06 +12:00
init Centralize setup of SIGQUIT handling for postmaster child processes. 2020-09-16 16:04:36 -04:00
mb Fix conversion table generator scripts. 2020-07-22 16:50:03 +12:00
misc Don't use custom OID symbols in pg_type.dat, either. 2020-10-29 13:33:38 -04:00
mmgr Use <unnamed> for name of unnamed portal's memory context 2020-09-08 17:15:00 +02:00
resowner Improve performance of "simple expressions" in PL/pgSQL. 2020-03-26 18:58:57 -04:00
sort Fix a few more generator scripts to produce pgindent-clean output. 2020-09-21 13:58:26 -04:00
time Fix two bugs in MaintainOldSnapshotTimeMapping. 2020-09-24 15:27:19 -04:00
.gitignore Rearrange makefile rules for running Gen_fmgrtab.pl. 2018-05-03 17:54:18 -04:00
Gen_dummy_probes.pl Update copyrights for 2020 2020-01-01 12:21:45 -05:00
Gen_dummy_probes.sed Update copyrights for 2020 2020-01-01 12:21:45 -05:00
Gen_fmgrtab.pl Use perl warnings pragma consistently 2020-04-13 11:55:45 -04:00
Makefile Update copyrights for 2020 2020-01-01 12:21:45 -05:00
errcodes.txt Make SQL/JSON error code names match SQL standard 2020-04-30 09:34:54 +02:00
generate-errcodes.pl Standardize order of use strict and use warnings in Perl code 2020-09-21 17:04:36 +02:00
probes.d Update copyrights for 2020 2020-01-01 12:21:45 -05:00