postgresql/src/backend
Tom Lane 1a2f95630d Reduce chatter from signaling of autovacuum workers.
Don't print a WARNING if we get ESRCH from a kill() that's attempting
to cancel an autovacuum worker.  It's possible (and has been seen in the
buildfarm) that the worker is already gone by the time we are able to
execute the kill, in which case the failure is harmless.  About the only
plausible reason for reporting such cases would be to help debug corrupted
lock table contents, but this is hardly likely to be the most important
symptom if that happens.  Moreover issuing a WARNING might scare users
more than is warranted.

Also, since sending a signal to an autovacuum worker is now entirely a
routine thing, and the worker will log the query cancel on its end anyway,
reduce the message saying we're doing that from LOG to DEBUG1 level.

Very minor cosmetic cleanup as well.

Since the main practical reason for doing this is to avoid unnecessary
buildfarm failures, back-patch to all active branches.
2015-07-28 17:34:00 -04:00
..
access Don't assume that PageIsEmpty() returns true on an all-zeros page. 2015-07-27 18:54:36 +03:00
bootstrap Fix off-by-one loop count in MapArrayTypeName, and get rid of static array. 2014-12-16 15:35:43 -05:00
catalog Rename pg_shdepend.c's typedef "objectType" to SharedDependencyObjectType. 2015-05-24 13:03:45 -04:00
commands Improve error message and hint for ALTER COLUMN TYPE can't-cast failure. 2015-06-12 11:54:03 -04:00
executor Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relation. 2015-03-24 15:53:06 -04:00
foreign Add GetForeignColumnOptions() to foreign.c, and add some documentation. 2012-03-07 18:20:58 -05:00
lib Remove tabs after spaces in C comments 2014-05-06 11:26:27 -04:00
libpq Back-patch libpq support for TLS versions beyond v1. 2015-05-21 20:41:55 -04:00
main Report more information if pg_perm_setlocale() fails at startup. 2015-06-09 13:37:08 -04:00
nodes Avoid core dump in _outPathInfo() for Path without a parent RelOptInfo. 2014-10-17 22:33:10 -04:00
optimizer Remove an unsafe Assert, and explain join_clause_is_movable_into() better. 2015-07-28 13:20:40 -04:00
parser Remove spurious semicolons. 2015-03-31 15:16:00 +03:00
po Translation updates 2015-05-18 08:45:56 -04:00
port Make WaitLatchOrSocket's timeout detection more robust. 2015-07-18 11:47:13 -04:00
postmaster Fix postmaster's handling of a startup-process crash. 2015-07-09 13:22:23 -04:00
regex Fix incorrect search for "x?" style matches in creviterdissect(). 2014-09-23 20:25:39 -04:00
replication Truncate strings in tarCreateHeader() with strlcpy(), not sprintf(). 2015-06-21 20:05:27 -04:00
rewrite Add some errdetail to checkRuleResultList(). 2014-07-02 14:20:40 -04:00
snowball Fix ancient encoding error in hungarian.stop. 2014-06-10 22:48:45 -04:00
storage Reduce chatter from signaling of autovacuum workers. 2015-07-28 17:34:00 -04:00
tcop Be more careful to not lose sync in the FE/BE protocol. 2015-02-02 17:09:35 +02:00
tsearch Cope with more than 64K phrases in a thesaurus dictionary. 2014-11-06 20:52:57 -05:00
utils Disable ssl renegotiation by default. 2015-07-28 22:06:31 +02:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
common.mk Call check_keywords.pl in maintainer-check 2012-02-27 13:53:12 +02:00
Makefile AIX: Link the postgres executable with -Wl,-brtllib. 2015-07-15 21:00:31 -04:00
nls.mk Translation updates 2013-02-04 00:01:19 -05:00