Re: pgsql: In AlterRole, make bypassrls an int

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Stephen Frost <sfrost(at)snowman(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: In AlterRole, make bypassrls an int
Date: 2015-08-21 17:35:19
Message-ID: 20150821173519.GY5232@alvherre.pgsql
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Stephen Frost wrote:

> Add regression tests to test CREATE/ALTER role for the various role
> attributes. Arrange to leave roles behind for testing pg_dumpall, but
> none which have the LOGIN attribute.

There is a problem in this test, which is that it throws errors if the
roles already exist. Maybe CREATE IF NOT EXISTS is needed, or perhaps
a DROP beforehand?

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2015-08-21 17:40:23 pgsql: Do not allow *timestamp to be passed as NULL
Previous Message Alvaro Herrera 2015-08-21 17:16:13 pgsql: Remove ExecGetScanType function