Edgewall Software

Changes between Initial Version and Version 1 of Ticket #4984, comment 21


Ignore:
Timestamp:
May 24, 2016, 2:23:49 PM (8 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4984, comment 21

    initial v1  
    1919         return "LIKE %s ESCAPE '/'"
    2020}}}
     21
     22The following is logged after restarting postgresql:
     23{{{
     242016-05-24 19:30:38,591 Trac[pool] ERROR: Exception caught on ping
     25Traceback (most recent call last):
     26  File "/src/tracdev/git/trac/db/pool.py", line 101, in get_cnx
     27    cnx.ping()
     28  File "/src/tracdev/git/trac/db/postgres_backend.py", line 295, in ping
     29    cursor.execute('SELECT 1')
     30OperationalError: terminating connection due to administrator command
     31SSL connection has been closed unexpectedly
     32
     33}}}