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+nkz46h5eoo2k5h...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/8a7e9e9dad56419ff987e5f6baaf411a03c1951a Modified Files -------------- src/bin/scripts/t/050_dropdb.pl | 8 +-- src/bin/scripts/t/051_dropdb_force.pl | 104 ++++++++++++++++++++++++++++++++++ 2 files changed, 105 insertions(+), 7 deletions(-)