postgresql/src
Andres Freund 320f92b744 Rely on __func__ being supported
Previously we fell back to __FUNCTION__ and then NULL. As __func__ is in C99
that shouldn't be necessary anymore.

Solution.pm defined HAVE_FUNCNAME__FUNCTION instead of
HAVE_FUNCNAME__FUNC (originating in 4164e6636e), as at some point in the past
MSVC only supported __FUNCTION__. Our minimum version supports __func__.

Reviewed-By: Thomas Munro <thomas.munro@gmail.com>
Discussion: https://postgr.es/m/20220807012914.ydz73yte6j3coulo@awork3.anarazel.de
2022-08-07 09:36:01 -07:00
..
backend Rely on __func__ being supported 2022-08-07 09:36:01 -07:00
bin Replace pgwin32_is_junction() with lstat(). 2022-08-06 12:50:59 +12:00
common Replace pgwin32_is_junction() with lstat(). 2022-08-06 12:50:59 +12:00
fe_utils Add xheader_width pset option to psql 2022-07-25 14:25:02 -04:00
include Rely on __func__ being supported 2022-08-07 09:36:01 -07:00
interfaces Remove fallbacks for strtoll, strtoull. 2022-08-06 09:59:51 +12:00
makefiles
pl
port Simplify replacement code for strtof. 2022-08-07 12:42:41 +12:00
template
test Remove unportable use of timezone in recent test 2022-08-07 10:19:40 +02:00
timezone Remove fallbacks for strtoll, strtoull. 2022-08-06 09:59:51 +12:00
tools Rely on __func__ being supported 2022-08-07 09:36:01 -07:00
tutorial
.gitignore
DEVELOPERS
Makefile
Makefile.global.in Increase minimum supported GNU make version to 3.81. 2022-07-23 12:12:42 -04:00
Makefile.shlib
nls-global.mk