Add tests for '-f' option in dropdb utility.
authorAmit Kapila <akapila@postgresql.org>
Thu, 28 Nov 2019 06:16:57 +0000 (11:46 +0530)
committerAmit Kapila <akapila@postgresql.org>
Thu, 28 Nov 2019 06:16:57 +0000 (11:46 +0530)
commit8a7e9e9dad56419ff987e5f6baaf411a03c1951a
treed919c41a31d503931acc148f96f98da8df0fec59
parent290acac92b1d7bebb4ec68fe8b7a5cb442333eda
Add tests for '-f' option in dropdb utility.

This will test that the force option works when there is an active backend
connected to the database being dropped.

Author: Pavel Stehule and Vignesh C
Reviewed-by: Amit Kapila and Vignesh C
Discussion: https://postgr.es/m/CAP_rwwmLJJbn70vLOZFpxGw3XD7nLB_7+NKz46H5EOO2k5H7OQ@mail.gmail.com
src/bin/scripts/t/050_dropdb.pl
src/bin/scripts/t/051_dropdb_force.pl [new file with mode: 0644]