Re: open item: tablespace handing in pg_dump/pg_restore

From: Reini Urban <rurban(at)x-ray(dot)at>
To: PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: open item: tablespace handing in pg_dump/pg_restore
Date: 2004-10-04 13:32:18
Message-ID: 416150E2.5020206@x-ray.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin pgsql-hackers pgsql-hackers-win32

Reini Urban schrieb:
> no HAVE_SYMLINK defined, though CYGWIN should added -DHAVE_SYMLINK.

oops, sorry for the noise. of course CYGWIN has it defined in pg_config.h.
CYGWIN can only do hardlinks (junctions) on directories of course.

maybe HAVE_SYMLINKS should be extended to HAVE_DIR_SYMLINKS when you
want to symlink a dir.

> /usr/src/postgresql/postgresql-8.0.0cvs/src/backend/commands
> $ gcc -E -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes
> -Wmissing-declarations -I../../../src/include -DBUILDING_DLL -c
> tablespace.c | grep HAVE_SYMLINK
>
> <none>
--
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/

In response to

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Gavin Sherry 2004-10-04 13:34:42 Re: open item: tablespace handing in pg_dump/pg_restore
Previous Message Reini Urban 2004-10-04 13:15:33 Re: open item: tablespace handing in pg_dump/pg_restore

Browse pgsql-hackers by date

  From Date Subject
Next Message Gavin Sherry 2004-10-04 13:34:42 Re: open item: tablespace handing in pg_dump/pg_restore
Previous Message Reini Urban 2004-10-04 13:15:33 Re: open item: tablespace handing in pg_dump/pg_restore

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Gavin Sherry 2004-10-04 13:34:42 Re: open item: tablespace handing in pg_dump/pg_restore
Previous Message Reini Urban 2004-10-04 13:15:33 Re: open item: tablespace handing in pg_dump/pg_restore