postgresql/src/backend/utils
Bruce Momjian 651d005e76 Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9
Turns out you can specify negative values using plurals:

	https://english.stackexchange.com/questions/9735/is-1-followed-by-a-singular-or-plural-noun

so the previous code was correct enough, and consistent with other usage
in our code.  Also add comment in the two places where this could be
confused.

Reported-by: Noah Misch

Diagnosed-by: 20210425115726.GA2353095@rfd.leadboat.com
2021-05-01 10:42:44 -04:00
..
activity Fix interaction of log_line_prefix's query_id and log_statement 2021-04-20 12:57:59 -04:00
adt Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9 2021-05-01 10:42:44 -04:00
cache Allow a partdesc-omitting-partitions to be cached 2021-04-28 15:44:35 -04:00
error adjust query id feature to use pg_stat_activity.query_id 2021-04-20 12:22:26 -04:00
fmgr Fix some comments in fmgr.c 2021-04-23 13:34:02 +09:00
hash Update copyright for 2021 2021-01-02 13:06:25 -05:00
init Add function to log the memory contexts of specified backend process. 2021-04-06 13:44:15 +09:00
mb Add 'noError' argument to encoding conversion functions. 2021-04-01 11:45:22 +03:00
misc Fix incorrect format placeholder 2021-04-23 07:21:13 +02:00
mmgr Add function to log the memory contexts of specified backend process. 2021-04-06 13:44:15 +09:00
resowner Refactor HMAC implementations 2021-04-03 17:30:49 +09:00
sort Use sort_template.h for qsort_tuple() and qsort_ssup(). 2021-03-03 17:02:32 +13:00
time Sanitize the term "combo CID" in code comments 2021-03-25 16:08:03 +09:00
.gitignore Rearrange makefile rules for running Gen_fmgrtab.pl. 2018-05-03 17:54:18 -04:00
errcodes.txt Rethink SQLSTATE code for ERRCODE_IDLE_SESSION_TIMEOUT. 2021-01-11 14:53:42 -05:00
Gen_dummy_probes.pl Update copyright for 2021 2021-01-02 13:06:25 -05:00
Gen_dummy_probes.sed Update copyright for 2021 2021-01-02 13:06:25 -05:00
Gen_fmgrtab.pl Update copyright for 2021 2021-01-02 13:06:25 -05:00
generate-errcodes.pl Update copyright for 2021 2021-01-02 13:06:25 -05:00
Makefile Split wait event related code from pgstat.[ch] into wait_event.[ch]. 2021-04-02 20:02:26 -07:00
probes.d Update copyright for 2021 2021-01-02 13:06:25 -05:00