home *** CD-ROM | disk | FTP | other *** search
- /*
- * xtim.h --
- * POSTGRES transaction time definitions.
- *
- * Identification:
- * $Header: /private/postgres/src/lib/H/access/RCS/xtim.h,v 1.7 1991/05/07 13:57:55 kemnitz Exp $
- */
-
- #ifndef XTimIncluded /* Include this file only once. */
- #define XTimIncluded 1
-
- /*
- * TransactionIdGetCommitTime --
- * Returns commit time of transaction associated with an identifier.
- *
- * Note:
- * Assumes transaction identifier is valid.
- */
- extern
- Time
- TransactionIdGetCommitTime ARGS((
- TransactionId transactionId
- ));
-
- #endif /* !defined(XTimIncluded) */
-