pgsql: Add regression tests for passwords.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add regression tests for passwords.
Date: 2017-03-07 12:26:37
Message-ID: E1clECL-0002jG-I5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add regression tests for passwords.

Michael Paquier.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1fff35d872321015a87ca55042384b83f51dedcf

Modified Files
--------------
src/test/regress/expected/password.out | 94 ++++++++++++++++++++++++++++++++++
src/test/regress/parallel_schedule | 2 +-
src/test/regress/serial_schedule | 1 +
src/test/regress/sql/password.sql | 73 ++++++++++++++++++++++++++
4 files changed, 169 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2017-03-07 13:06:49 pgsql: Ensure ThisTimeLineID is valid before START_REPLICATION
Previous Message Stephen Frost 2017-03-07 04:29:43 pgsql: pg_dump: Properly handle public schema ACLs with --clean