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_14_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/691c32ba4b194abf590ecf58baea46349f59f109 Modified Files -------------- src/test/modules/test_escape/test_escape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)