Volatility of pg_xact_commit_timestamp() and pg_last_committed_xact() - Mailing list pgsql-hackers

From Fujii Masao
Subject Volatility of pg_xact_commit_timestamp() and pg_last_committed_xact()
Date
Msg-id CAHGQGwEqjB9YNpZi6Nut2RVKmWU_CGsqYHPrKMWwtq0+ZwaSUg@mail.gmail.com
Whole thread Raw
Responses Re: Volatility of pg_xact_commit_timestamp() and pg_last_committed_xact()  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Hi,

Volatilities of pg_xact_commit_timestamp() and pg_last_committed_xact()
are now STABLE. But ISTM that those functions can return different results
even within a single statement. So we should change the volatilities of them
to VOLATILE?

Regards,

-- 
Fujii Masao



pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file
Next
From: Petr Jelinek
Date:
Subject: Re: TABLESAMPLE doesn't actually satisfy the SQL spec, does it?