pgsql/src/bin/psql print.c

From: Bruce Momjian - CVS <momjian(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/bin/psql print.c
Date: 2001-08-01 18:44:54
Message-ID: 200108011844.f71Iis160150@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian(at)hub(dot)org 01/08/01 14:44:54

Modified files:
src/bin/psql : print.c

Log message:
Attached ia a patch to enable window size detection code of psql for Solaris
platform.

TIOCGWINSZ is defined as follows:

Linux asm/ioctls.h
FreeBSD sys/ttycom.h. This file is included by sys/ioctl.h.
Solaris sys/termios.h

This patch tells print.c to know TIOCGWINSZ on Solaris platform. Same code is
founded in src/bin/psal/common.c.

Kenji Sugita

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-08-01 18:45:51 pgsql/src/bin/psql tab-complete.c
Previous Message Bruce Momjian - CVS 2001-08-01 18:40:13 pgsql/contrib/fulltextindex fti.pl