Re: dropdb --force
Pavel Stehule <pavel.stehule@gmail.com>
From: Pavel Stehule <pavel.stehule@gmail.com>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: Anthony Nowocien <anowocien@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Filip Rembiałkowski <filip.rembialkowski@gmail.com>
Date: 2019-07-08T08:22:52Z
Lists: pgsql-hackers
Attachments
- drop-database-force-20190708.patch (text/x-patch) patch
po 8. 7. 2019 v 0:07 odesílatel Thomas Munro <thomas.munro@gmail.com> napsal: > On Thu, Jun 27, 2019 at 7:15 AM Pavel Stehule <pavel.stehule@gmail.com> > wrote: > > fixed > > Hi Pavel, > > FYI t/050_dropdb.pl fails consistently with this patch applied: > > https://travis-ci.org/postgresql-cfbot/postgresql/builds/555234838 with attached patch should be ok Regards Pavel > > > > -- > Thomas Munro > https://enterprisedb.com >
Commits
-
Add tests for '-f' option in dropdb utility.
- 8a7e9e9dad56 13.0 landed
-
Move pump_until to TestLib.pm.
- 290acac92b1d 13.0 landed
-
Add the support for '-f' option in dropdb utility.
- 80e05a088e4e 13.0 landed
-
Introduce the 'force' option for the Drop Database command.
- 1379fd537f9f 13.0 landed
-
Improve CREATE/DROP/RENAME DATABASE so that when failing because the source
- 4abd7b49f1e9 8.4.0 cited