Thread: pgsql: Use isatty() test for pager on Win32; not sure why it was

pgsql: Use isatty() test for pager on Win32; not sure why it was

From
momjian@postgresql.org (Bruce Momjian)
Date:
Log Message:
-----------
Use isatty() test for pager on Win32;  not sure why it was disabled for
that platform.

Modified Files:
--------------
    pgsql/src/bin/psql:
        print.c (r1.105 -> r1.106)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.c?r1=1.105&r2=1.106)
    pgsql/src/interfaces/libpq:
        fe-print.c (r1.75 -> r1.76)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-print.c?r1=1.75&r2=1.76)