postgresql/src
Thomas Munro 14c648ff00 All POSIX systems have langinfo.h and CODESET.
We don't need configure probes for HAVE_LANGINFO_H (it is implied by
!WIN32), and we don't need to consider systems that have it but don't
define CODESET (that was for OpenBSD in commit 81cca218, but it has now
had it for 19 years).

Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>
Discussion: https://postgr.es/m/CA%2BhUKGJqVe0%2BPv9dvC9dSums_PXxGo9SWcxYAMBguWJUGbWz-A%40mail.gmail.com
2024-08-13 22:13:52 +12:00
..
backend Use errmsg_internal for debug messages 2024-08-13 10:01:49 +02:00
bin All POSIX systems have langinfo.h and CODESET. 2024-08-13 22:13:52 +12:00
common Remove fe_memutils from libpgcommon_shlib 2024-08-12 08:30:39 +02:00
fe_utils Improve file header comments for astramer code. 2024-08-07 08:49:41 -04:00
include All POSIX systems have langinfo.h and CODESET. 2024-08-13 22:13:52 +12:00
interfaces libpq: Trace frontend authentication challenges 2024-08-12 19:12:54 -04:00
makefiles Add -Wmissing-variable-declarations to the standard compilation flags 2024-08-03 11:51:02 +02:00
pl Fix edge case in plpgsql's make_callstmt_target(). 2024-08-07 12:54:39 -04:00
port All POSIX systems have langinfo.h and CODESET. 2024-08-13 22:13:52 +12:00
template
test Log more info when wait-for-catchup tests time out. 2024-08-12 13:18:36 -04:00
timezone
tools Rename bbstreamer to astreamer. 2024-08-05 09:56:25 -04:00
tutorial
.gitignore
DEVELOPERS
Makefile
Makefile.global.in Add -Wmissing-variable-declarations to the standard compilation flags 2024-08-03 11:51:02 +02:00
Makefile.shlib
meson.build
nls-global.mk