postgresql/src/backend
Andrew Dunstan 524440579f Keep perl style checker happy
It doesn't like code before "use strict;".

(cherry picked from commit ed2c2d063b)
2023-01-19 11:53:19 -05:00
..
access Suppress more variable-set-but-not-used warnings from clang 15. 2022-09-21 13:52:38 -04:00
bootstrap Initialize random() in bootstrap/stand-alone postgres and in initdb. 2018-09-23 22:57:43 -07:00
catalog Keep perl style checker happy 2023-01-19 11:53:19 -05:00
commands Lock relation used to generate fresh data for RMV. 2018-10-01 11:42:12 -04:00
executor Allow btree comparison functions to return INT_MIN. 2018-10-05 16:01:30 -04:00
foreign Arrange to cache FdwRoutine structs in foreign tables' relcache entries. 2013-03-06 23:48:09 -05:00
lib Misc comment typo fixes. 2014-12-16 16:39:33 +02:00
libpq Fix set of NLS translation issues 2018-08-21 15:18:56 +09:00
main Install Windows crash dump handler before all else. 2017-11-12 14:31:05 -08:00
nodes Fix failure with initplans used conditionally during EvalPlanQual rechecks. 2018-09-15 13:42:34 -04:00
optimizer Suppress more variable-set-but-not-used warnings from clang 15. 2022-09-21 13:52:38 -04:00
parser Rename parser token REF to REF_P to avoid a symbol conflict. 2022-10-16 15:27:04 -04:00
po Translation updates 2018-11-05 15:13:49 +01:00
port Support building with Visual Studio 2015 2018-09-11 15:46:35 -04:00
postmaster Make syslogger more robust against failures in opening CSV log files. 2018-08-26 14:21:55 -04:00
regex Fix regexport.c to behave sanely with lookaround constraints. 2017-04-13 17:18:35 -04:00
replication Avoid using potentially-under-aligned page buffers. 2018-09-01 15:27:14 -04:00
rewrite Fix multiple assignments to a column of a domain type. 2017-07-11 16:48:59 -04:00
snowball Fix ancient encoding error in hungarian.stop. 2014-06-10 22:48:39 -04:00
storage Avoid duplicate XIDs at recovery when building initial snapshot 2018-10-14 22:24:01 +09:00
tcop Check for stack overrun in standard_ProcessUtility(). 2018-10-15 14:01:38 -04:00
tsearch Make ts_locale.c's character-type functions cope with UTF-16. 2018-11-03 13:56:10 -04:00
utils Suppress more variable-set-but-not-used warnings from clang 15. 2022-09-21 13:52:38 -04:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
Makefile Fix make rules that generate multiple output files. 2018-03-23 13:45:38 -04:00
common.mk Call check_keywords.pl in maintainer-check 2012-02-27 13:53:12 +02:00
nls.mk xlogreader.c: Fix report_invalid_record translatability flag 2015-01-09 12:34:24 -03:00