~ubuntu-branches/ubuntu/natty/postgresql-8.4/natty-updates

« back to all changes in this revision

Viewing changes to src/bin/psql/copy.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-05-05 00:58:06 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090505005806-c19tt7oyqb7kuw49
Tags: 8.4~beta1+cvs20090503-1
New upstream snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include "prompt.h"
27
27
#include "stringutils.h"
28
28
 
29
 
#if defined(WIN32) && !defined(S_ISDIR)
30
 
#define __S_ISTYPE(mode, mask)  (((mode) & S_IFMT) == (mask))
31
 
#define S_ISDIR(mode)    __S_ISTYPE((mode), S_IFDIR)
32
 
#endif
33
29
 
34
30
/*
35
31
 * parse_slash_copy