postgresql/src
Neil Conway a5dba02359 The call to DNSServiceRegistrationCreate in postmaster.c does incorrect
byte-swapping on the port number which causes the call to fail on Intel
Macs.

This patch uses htons() instead of htonl() and fixes this bug.

Ashley Clark
2006-03-18 22:09:58 +00:00
..
backend The call to DNSServiceRegistrationCreate in postmaster.c does incorrect 2006-03-18 22:09:58 +00:00
bin Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
include Clean up representation of function RTEs for functions returning RECORD. 2006-03-16 00:31:55 +00:00
interfaces Fixed bug 2330: Wrong error code in case of a duplicate key 2006-03-17 15:46:13 +00:00
makefiles Remove ancient hack to work around a peculiarity of libcurses on HPUX. 2006-02-07 17:36:13 +00:00
pl Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
port Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
template Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
test Fix bug introduced into mergejoin logic by performance improvement patch of 2006-03-17 19:38:12 +00:00
timezone Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
tools Fix typo in pgcvslog, used == instead of =. 2006-03-15 03:24:17 +00:00
tutorial Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
utils Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
DEVELOPERS
Makefile Update Makefile for new thread_test location. 2006-02-04 01:04:20 +00:00
Makefile.global.in When performing a parallel build (make -j N) with ./configure 2006-02-12 07:29:36 +00:00
Makefile.shlib Remove BEOS port. 2006-01-05 03:01:38 +00:00
bcc32.mak Add -N make flag to bcc builds from /src dir. 2005-05-13 18:12:35 +00:00
nls-global.mk Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
win32.mak Fixes for Win32-client only compiles. 2006-03-03 23:11:48 +00:00