PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ getTransactionID()

Datum getTransactionID ( PG_FUNCTION_ARGS  )

Definition at line 187 of file long_xact.c.

188 {
189  TransactionId xid = GetCurrentTransactionId();
190  PG_RETURN_DATUM( TransactionIdGetDatum(xid) );
191 }