postgresql/src
David Rowley 1267d9862f Remove useless Asserts in Result Cache code
Testing if an unsigned variable is >= 0 is pretty pointless.

There's likely enough code in remove_cache_entry() to verify the cache
memory accounting is correct in assert enabled builds. These Asserts
were not adding much extra cover, even if they had been checking >= 0 on a
signed variable.

Reported-by: Andres Freund
Discussion: https://postgr.es/m/20210402204734.6mo3nfacnljlicgn@alap3.anarazel.de
2021-04-03 10:41:43 +13:00
..
backend Remove useless Asserts in Result Cache code 2021-04-03 10:41:43 +13:00
bin pg_checksums: Fix progress reporting. 2021-04-03 00:07:00 +09:00
common
fe_utils psql: call clearerr() just before printing 2021-03-29 18:34:39 -03:00
include Detect POLLHUP/POLLRDHUP while running queries. 2021-04-03 09:02:41 +13:00
interfaces Use macro MONTHS_PER_YEAR instead of '12' in /ecpg/pgtypeslib 2021-04-02 16:42:38 -04:00
makefiles
pl
port Move bsearch_arg to src/port 2021-03-23 00:11:22 +01:00
template
test Fix typo in 6d7a6feac4 2021-04-02 10:29:58 -04:00
timezone
tools Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."." 2021-03-24 11:29:15 +05:30
tutorial tutorial: land height is "elevation", not "altitude" 2021-03-10 20:25:19 -05:00
.gitignore
DEVELOPERS
Makefile
Makefile.global.in
Makefile.shlib
nls-global.mk Add errhint_plural() function and make use of it 2021-03-31 09:16:25 +02:00