postgresql/src
Tom Lane 6b1a837f69 Remove vestigial CHECK_FOR_INTERRUPTS call.
Commit e710b65c inserted code in md5_crypt_verify to disable and later
re-enable interrupts, with a CHECK_FOR_INTERRUPTS call as part of the
second step, to process any interrupts that had been held off.  Commit
6647248e removed the interrupt disable/re-enable code, but left behind
the CHECK_FOR_INTERRUPTS, even though this is now an entirely random,
pointless place for one.  md5_crypt_verify doesn't run long enough to
need such a check, and if it did, this would still be the wrong place
to put one.
2016-01-07 11:26:54 -05:00
..
backend Remove vestigial CHECK_FOR_INTERRUPTS call. 2016-01-07 11:26:54 -05:00
bin Windows: Make pg_ctl reliably detect service status 2016-01-07 11:59:08 -03:00
common Update copyright for 2016 2016-01-02 13:33:40 -05:00
include Windows: Make pg_ctl reliably detect service status 2016-01-07 11:59:08 -03:00
interfaces Update copyright for 2016 2016-01-02 13:33:40 -05:00
makefiles Remove support for Unix systems without the POSIX signal APIs. 2015-08-31 12:56:10 -04:00
pl Update copyright for 2016 2016-01-02 13:33:40 -05:00
port Windows: Make pg_ctl reliably detect service status 2016-01-07 11:59:08 -03:00
template Remove some remains from Alpha support removal 2015-10-29 16:40:14 -04:00
test Add scale(numeric) 2016-01-05 19:02:13 -03:00
timezone Update copyright for 2016 2016-01-02 13:33:40 -05:00
tools Windows: Make pg_ctl reliably detect service status 2016-01-07 11:59:08 -03:00
tutorial Update copyright for 2016 2016-01-02 13:33:40 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
bcc32.mak Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
Makefile.global.in Make prove_installcheck remove the old log directory, if any. 2015-10-11 20:36:07 -04:00
Makefile.shlib AIX: Link TRANSFORM modules with their dependencies. 2015-07-15 21:00:26 -04:00
nls-global.mk Setup error context callback for transaction lock waits 2014-03-19 15:10:36 -03:00
win32.mak Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00