postgresql/src
Tom Lane c545e9524d Don't prematurely cram a value into a short int.
Since a4d75c86b, some buildfarm members have been warning that
		Assert(attnum <= MaxAttrNumber);
is useless if attnum is an AttrNumber.  I'm not certain how plausible
it is that the value coming out of the bitmap could actually exceed
MaxAttrNumber, but we seem to have thought that that was possible back
in 7300a6995.  Revert the intermediate variable to int so that we have
the same overflow protection as before.
2021-03-31 16:45:24 -04:00
..
backend Don't prematurely cram a value into a short int. 2021-03-31 16:45:24 -04:00
bin Add support for --extension in pg_dump 2021-03-31 09:12:34 +09:00
common
fe_utils psql: call clearerr() just before printing 2021-03-29 18:34:39 -03:00
include Fix has_column_privilege function corner case 2021-03-31 13:55:25 -04:00
interfaces Improve PQtrace() output format 2021-03-30 20:12:34 -03:00
makefiles
pl
port Move bsearch_arg to src/port 2021-03-23 00:11:22 +01:00
template
test Suppress compiler warning in libpq_pipeline.c. 2021-03-31 15:30:04 -04:00
timezone
tools Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."." 2021-03-24 11:29:15 +05:30
tutorial
.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