Re: [HACKERS] copydir prototype

2010-11-12 Thread Robert Haas
On Fri, Nov 12, 2010 at 4:13 PM, Tom Lane wrote: > Robert Haas writes: >> This patch: >> http://git.postgresql.org/gitweb?p=postgresql.git;a=commit;h=bb0fe9feb9fd75a6aaa960028a9f810c883b0fc4 >> ...did not tidy up after itself as well as it might have.  In >> particular, it left the prototype for

Re: [HACKERS] copydir prototype

2010-11-12 Thread Tom Lane
Robert Haas writes: > This patch: > http://git.postgresql.org/gitweb?p=postgresql.git;a=commit;h=bb0fe9feb9fd75a6aaa960028a9f810c883b0fc4 > ...did not tidy up after itself as well as it might have. In > particular, it left the prototype for copydir() in src/include/port.h, > while moving the sour

[HACKERS] copydir prototype

2010-11-12 Thread Robert Haas
This patch: http://git.postgresql.org/gitweb?p=postgresql.git;a=commit;h=bb0fe9feb9fd75a6aaa960028a9f810c883b0fc4 ...did not tidy up after itself as well as it might have. In particular, it left the prototype for copydir() in src/include/port.h, while moving the source file from src/port/copydir