pgsql/src/bin/psql print.c - Mailing list pgsql-committers

From Bruce Momjian - CVS
Subject pgsql/src/bin/psql print.c
Date
Msg-id 200108011844.f71Iis160150@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    momjian@hub.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


pgsql-committers by date:

Previous
From: Bruce Momjian - CVS
Date:
Subject: pgsql/contrib/fulltextindex fti.pl
Next
From: Bruce Momjian - CVS
Date:
Subject: pgsql/src/bin/psql tab-complete.c