Re: [HACKERS] cleaning up stray references

2009-05-04 Thread Peter Eisentraut
On Sunday 03 May 2009 18:48:15 Robert Haas wrote:
 replace a couple of references to files that
 no longer exist in the source tree with references to the appropriate
 URLs.

Done.

I linked to Development_information instead of Developer_FAQ instead, as it is 
more general.

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


[HACKERS] cleaning up stray references

2009-05-03 Thread Robert Haas
Here's a small patch to replace a couple of references to files that
no longer exist in the source tree with references to the appropriate
URLs.

...Robert
*** a/src/DEVELOPERS
--- b/src/DEVELOPERS
***
*** 1,3 
! Read the Developer's FAQ in pgsql/doc/FAQ_DEV.  All the developer tools
! are located in the pgsql/src/tools directory. 
  
--- 1,3 
! Read the Developer's FAQ at http://wiki.postgresql.org/wiki/Developer_FAQ
  
+ All the developer tools are located in the pgsql/src/tools directory. 
*** a/src/tools/RELEASE_CHANGES
--- b/src/tools/RELEASE_CHANGES
***
*** 31,38  For Major Releases
  	o src/interfaces/*/*/Makefile
  
  * Release notes
! 	o check that dashed items from the TODO list are complete
! 	o remove dashed TODO items
  	o group items into categories
  	o select major features
  	o select incompatibilities
--- 31,39 
  	o src/interfaces/*/*/Makefile
  
  * Release notes
! 	o check completion of items which have been marked as completed at
!   http://wiki.postgresql.org/wiki/Todo
! 	o remove completed TODO items
  	o group items into categories
  	o select major features
  	o select incompatibilities

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers