Re: pgsql/src/interfaces/libpq (fe-print.c)

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: tgl(at)postgresql(dot)org
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src/interfaces/libpq (fe-print.c)
Date: 2001-01-09 14:52:32
Message-ID: 200101091452.JAA04075@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

This original code used static to prevent the ioctl call every time. It
seems that optimization is gone in 7.0, and it may as well be removed if
it interferes with thread-safeness.

> Date: Saturday, January 6, 2001 @ 12:43:01
> Author: tgl
>
> Update of /home/projects/pgsql/cvsroot/pgsql/src/interfaces/libpq
> from hub.org:/home/projects/pgsql/tmp/cvs-serv66399
>
> Modified Files:
> fe-print.c
>
> ----------------------------- Log Message -----------------------------
>
> No need for screen_size to be static.
>
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message momjian 2001-01-09 15:26:17 pgsql/doc/src/sgml (plsql.sgml)
Previous Message momjian 2001-01-09 14:23:40 pgsql/doc/src/sgml (spi.sgml)