pgsql/src/bin/psql print.c

Поиск
Список
Период
Сортировка
От Bruce Momjian - CVS
Тема pgsql/src/bin/psql print.c
Дата
Msg-id 200108011844.f71Iis160150@hub.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian - CVS
Дата:
Сообщение: pgsql/contrib/fulltextindex fti.pl
Следующее
От: Bruce Momjian - CVS
Дата:
Сообщение: pgsql/src/bin/psql tab-complete.c