| From: | Aln Kapa <alnkapa(at)gmail(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Do not understand why this happens |
| Date: | 2013-03-13 12:08:22 |
| Message-ID: | CAJqqVEU7GzbFOCpZgrxdV9KJpRVQB9trk8ic01mEwORm3KPCgw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
HI.
I connect to the database using the PGDAC, and then send a NOTIFY to
myself every minute. In this case, the logs get that.
2013-03-10 10:34:36 19797 LOG: process 19797 still waiting for
AccessExclusiveLock on object 0 of class 1262 of database 0 after
3000.100 ms
2013-03-10 10:34:36 19797 STATEMENT: NOTIFY test105, ''
2013-03-10 10:34:37 19797 LOG: process 19797 acquired
AccessExclusiveLock on object 0 of class 1262 of database 0 after
3315.206 ms
2013-03-10 10:34:37 19797 STATEMENT: NOTIFY test105, ''
2013-03-10 10:34:37 19797 LOG: duration: 3315.322 ms statement:
NOTIFY test105, ''
2013-03-10 14:27:43 19797 LOG: could not receive data from client:
Connection reset by peer
2013-03-10 14:27:43 19797 LOG: unexpected EOF on client connection
Tell me what's the problem?
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Charl Roux | 2013-03-13 13:19:59 | Re: C++Builder table exist |
| Previous Message | Raymond O'Donnell | 2013-03-13 12:04:15 | Re: C++Builder table exist |