pgsql: pg_stat_get_progress_info() should be marked STRICT.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_stat_get_progress_info() should be marked STRICT.
Date: 2016-03-14 16:52:01
Message-ID: E1afVir-0005Qt-9V@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_stat_get_progress_info() should be marked STRICT.

I didn't bother with a catversion bump.

Report and patch by Thomas Munro

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2da75499879032d8d2f233ca42cc2efe48fd76ef

Modified Files
--------------
src/include/catalog/pg_proc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-03-14 17:05:48 Re: Re: [COMMITTERS] pgsql: Only try to push down foreign joins if the user mapping OIDs mat
Previous Message Alvaro Herrera 2016-03-14 16:40:57 Re: [COMMITTERS] pgsql: Refactor to create generic WAL page read callback