Re: pg_walsummary, Character-not-present-in-option

2024-09-30 Thread btsugieyuusuke
I forgot to attach the patch file, so I'm attaching it in reply. 2024-09-30 15:02 に btsugieyuusuke さんは書きました: Hi hackers, I found probably something to fix in pg_walsummary. pg_walsummary specifies “f:iqw:” as the third argument of getopt_long(). /* process command-line options */

ACL_MAINTAIN, Lack of comment content

2024-09-30 Thread btsugieyuusuke
Hi hackers, I found a flaw in the ACL_MAINTAIN comment. Commands such as VACUUM are listed as commands that are allowed to be executed by the MAINTAIN privilege. However, LOCK TABLE is missing from the comment. /* * Check if ACL_MAINTAIN is being checked and, if so, and not already

pg_walsummary, Character-not-present-in-option

2024-09-29 Thread btsugieyuusuke
Hi hackers, I found probably something to fix in pg_walsummary. pg_walsummary specifies “f:iqw:” as the third argument of getopt_long(). /* process command-line options */ while ((c = getopt_long(argc, argv, "f:iqw:", long_options, &optindex)) != -1) However, o