<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi,<div><br></div><div>I have a PostgreSQL 9.3.4 database running on CentOS 6 with PostGIS 2.1.2. Each night, I run a cron job to dump (pg_dump) a few schemas for development snapshots. Everything runs without error.</div><div><br></div><div>However, it seems that the dump process consistently results in a single line in the postgresql-*.log file. </div><div><br></div><div><div style="margin: 0px; font-size: 11px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);"><span style="color: rgb(83, 48, 225);">postgres</span>@db:/var/lib/pgsql/9.3/data $ cat pg_log/postgresql-Fri.log </div><div style="margin: 0px; font-size: 11px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);">Interrupt requested</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);"><br></div></div><div><br></div><div>I checked with the PostgreSQL core team, and it seems that this issue may be coming from somewhere in the PostGIS code.</div><div><br></div><div><a href="https://github.com/postgis/postgis/blob/svn-2.1/postgis/postgis_module.c" style="font-family: Menlo-Regular; font-size: 11px;">https://github.com/postgis/postgis/blob/svn-2.1/postgis/postgis_module.c</a><br style="font-family: Menlo-Regular; font-size: 11px;"></div><div><br></div><div>Any ideas on why this is being triggered by pg_dump?</div><div><br></div><div>Thank you,</div><div>Louis</div></body></html>