Re: pg_hba_file_settings view patch
Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
From: Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
To: Michael Paquier <michael.paquier@gmail.com>
Cc: Haribabu Kommi <kommi.haribabu@gmail.com>,
Simon Riggs <simon@2ndquadrant.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2017-01-20T07:22:51Z
Lists: pgsql-hackers
On Fri, Jan 20, 2017 at 12:46 PM, Michael Paquier <michael.paquier@gmail.com> wrote: > On Fri, Jan 20, 2017 at 10:56 AM, Haribabu Kommi > <kommi.haribabu@gmail.com> wrote: >> The Assert case can be hit only, when the user added to new options to >> display >> to the user through view but not updating the macro to the max number of >> options then, it can lead to that assert. >> >> Updated patch attached including reverting of file leak changes. > > OK, thanks for the new version. I am marking this version as ready for > committer. I do intend to make a pass ASAP. -- Best Wishes, Ashutosh Bapat EnterpriseDB Corporation The Postgres Database Company
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Invent pg_hba_file_rules view to show the content of pg_hba.conf.
- de16ab723888 10.0 landed
-
Restructure hba.c to replace 3 parallel lists with single list of structs.
- 350cb921ae2c 10.0 landed