pgsql/src backend/commands/copy.c bin/psql/copy.c

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/commands/copy.c bin/psql/copy.c
Date: 2002-02-23 21:46:05
Message-ID: 20020223214605.441C1475C69@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)org 02/02/23 16:46:03

Modified files:
src/backend/commands: copy.c
src/bin/psql : copy.c

Log message:
Add fstat / S_ISDIR checks to make sure we're not trying to use a
directory for COPY TO/FROM.

Brent Verner

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-02-23 21:49:11 pgsql/src/pl/plperl GNUmakefile
Previous Message Bruce Momjian - CVS 2002-02-23 21:25:35 pgsql/src/makefiles Makefile.aix