| From: | bricklen <bricklen(at)gmail(dot)com> |
|---|---|
| To: | adelino(dot)j(dot)silva(at)googlemail(dot)com |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: |
| Date: | 2018-11-19 16:02:22 |
| Message-ID: | CAGrpgQ-4HKSYzEUzTTRBUQdC5n2P1Q1vjy_GHtRA5Z+nA5dGzA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Mon, Nov 19, 2018 at 6:54 AM Adelino Silva <
adelino(dot)j(dot)silva(at)googlemail(dot)com> wrote:
> A system monitoring tool like "nc -vz localhost 5432" to monitor the
> database server is causing the warning, any way way to filter or ignore
> messages in postgresql log file
> LOG: incomplete startup packet
>
No way to suppress that message that I'm aware of, but you might find the
pg_isready tool handy for checking the status of the Postgres server.
https://www.postgresql.org/docs/current/app-pg-isready.html
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2018-11-19 17:12:45 | Time to backpatch config/ax_pthread.m4 changes? |
| Previous Message | Alvaro Herrera | 2018-11-19 16:01:24 | Re: [HACKERS] WIP Patch: Pgbench Serialization and deadlock errors |