Re: [HACKERS] Moving tablespaces - Mailing list pgsql-docs

From Tom Lane
Subject Re: [HACKERS] Moving tablespaces
Date
Msg-id 19761.1323183946@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] Moving tablespaces  (Magnus Hagander <magnus@hagander.net>)
List pgsql-docs
Magnus Hagander <magnus@hagander.net> writes:
> +     snprintf(sourcepath, sizeof(sourcepath), "pg_tblspc/%d", tablespaceOid);

%u for an OID, please.  Otherwise seems reasonably sane on first glance.

            regards, tom lane

pgsql-docs by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: [HACKERS] Moving tablespaces
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Moving tablespaces