test_escape: Fix handling of short options in getopt_long() This addresses two errors in the module, based on the set of options supported: - '-c', for --conninfo, was not listed. - '-f', for --force-unsupported, was not listed.
While on it, these are now listed in an alphabetical order. Author: Japin Li Discussion: https://postgr.es/m/me0p300mb04451fb20ce0346a59c25cadb6...@me0p300mb0445.ausp300.prod.outlook.com Backpatch-through: 13 Branch ------ REL_16_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/8d0756250313c42b20f55ac62bece342c82a783d Modified Files -------------- src/test/modules/test_escape/test_escape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)