Add tests for '-f' option in dropdb utility.

Amit Kapila <akapila@postgresql.org>

Commit: 8a7e9e9dad56419ff987e5f6baaf411a03c1951a
Author: Amit Kapila <akapila@postgresql.org>
Date: 2019-11-28T06:16:57Z
Releases: 13.0
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

Files

PathChange+/−
src/bin/scripts/t/050_dropdb.pl modified +1 −7
src/bin/scripts/t/051_dropdb_force.pl added +104 −0

Discussion