loosing connection with serial port connection

From: "Ken J(dot) Wright" <ken(at)ori-ind(dot)com>
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: loosing connection with serial port connection
Date: 1998-10-30 03:22:12
Message-ID: 3.0.32.19981029192210.007cf9c0@ori-ind.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

RedHat Linux 5.1, PostgreSQL 6.3.2.

Are there any special considerations for running a libpq app from a
terminal hung on a serial port? This app runs fine from a local console,
but dies shortly after starting on a serial tty. What I mean by dies, is
that after some initial queries to the backend (successful) further queries
will result in an error, 'No connection to backend'. A ps still shows the
postgres process as alive.

The postmaster startup is: /usr/bin/postmaster -i -S -D/var/lib/pgsql
The postgres process is: /usr/bin/postgres -p -Q -P5 -v 65546 databasename

Thanks,

Ken

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 1998-10-30 04:59:13 Re: [INTERFACES] loosing connection with serial port connection
Previous Message Gene Selkov Jr. 1998-10-30 01:11:30 Re: [SQL] Joining bug????