postgresql/src/backend/utils
Peter Eisentraut 38d8dce61f Remove some code for old unsupported versions of MSVC
As of d9dd406fe2, we require MSVC 2013,
which means _MSC_VER >= 1800.  This means that conditionals about
older versions of _MSC_VER can be removed or simplified.

Previous code was also in some cases handling MinGW, where _MSC_VER is
not defined at all, incorrectly, such as in pg_ctl.c and win32_port.h,
leading to some compiler warnings.  This should now be handled better.

Reviewed-by: Michael Paquier <michael@paquier.xyz>
2019-10-08 10:50:54 +02:00
..
adt Remove some code for old unsupported versions of MSVC 2019-10-08 10:50:54 +02:00
cache Fix handling of non-key columns get_index_column_opclass() 2019-09-09 13:50:12 +03:00
error Update copyright for 2019 2019-01-02 12:44:25 -05:00
fmgr Rename some toasting functions based on whether they are heap-specific. 2019-10-04 14:24:46 -04:00
hash Fix incidental warnings from cpluspluscheck. 2019-08-18 19:01:40 -04:00
init Revert hooks for session start and end, take two 2019-10-02 09:55:27 +09:00
mb Update some outdated links about XLC and UNIX specification 2019-10-08 14:31:30 +09:00
misc Message style fixes 2019-09-23 13:38:39 +02:00
mmgr Change MemoryContextMemAllocated to return Size 2019-10-05 20:49:39 +02:00
resowner Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
sort Make tuplesort_set_bound() assertions more comprehensible, hopefully. 2019-09-13 16:57:07 -04:00
time Fix inconsistencies and typos in the tree, take 9 2019-08-05 12:14:58 +09:00
.gitignore Rearrange makefile rules for running Gen_fmgrtab.pl. 2018-05-03 17:54:18 -04:00
Gen_dummy_probes.pl Fix many typos and inconsistencies 2019-07-01 10:00:23 +09:00
Gen_dummy_probes.sed Update copyright for 2019 2019-01-02 12:44:25 -05:00
Gen_fmgrtab.pl Fix more typos and inconsistencies in the tree 2019-06-17 16:13:16 +09:00
Makefile Use Getopt::Long for catalog scripts 2019-02-12 12:22:08 -03:00
errcodes.txt Implement jsonpath .datetime() method 2019-09-25 22:51:51 +03:00
generate-errcodes.pl Update copyright for 2019 2019-01-02 12:44:25 -05:00
probes.d Update copyright for 2019 2019-01-02 12:44:25 -05:00