PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ getTransactionID()

Datum getTransactionID ( PG_FUNCTION_ARGS  )

Definition at line 188 of file long_xact.c.

Referenced by check_authorization().

189 {
190  TransactionId xid = GetCurrentTransactionId();
191  PG_RETURN_DATUM( TransactionIdGetDatum(xid) );
192 }
Here is the caller graph for this function: