Re: pgsql: Add pg_file_settings view and function

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add pg_file_settings view and function
Date: 2015-05-08 23:14:00
Message-ID: 20150508231400.GD30322@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

* Andres Freund (andres(at)anarazel(dot)de) wrote:
> On 2015-05-08 23:09:42 +0000, Stephen Frost wrote:
> > Add pg_file_settings view and function
> > Modified Files
> > --------------
> > doc/src/sgml/catalogs.sgml | 78 ++++++++++++++++++++++
> > src/backend/catalog/system_views.sql | 6 ++
> > src/backend/utils/misc/guc-file.l | 50 ++++++++++++++
> > src/backend/utils/misc/guc.c | 120 ++++++++++++++++++++++++++++++++++
> > src/include/catalog/pg_proc.h | 2 +
> > src/include/utils/builtins.h | 1 +
> > src/test/regress/expected/rules.out | 6 ++
> > 7 files changed, 263 insertions(+)
>
> Hm. Catversion bump missing?

Argh. Yes. Will fix.

Thanks!

Stephen

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2015-05-08 23:15:22 pgsql: Bump catversion for pg_file_settings
Previous Message Andres Freund 2015-05-08 23:12:53 Re: pgsql: Add pg_file_settings view and function