Re: [PORTS] Port Bug Report: PostgreSQL misnames the UNIX-domain socket

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Steven Bradley <sbradley(at)llnl(dot)gov>
Cc: pgsql-ports(at)postgreSQL(dot)org
Subject: Re: [PORTS] Port Bug Report: PostgreSQL misnames the UNIX-domain socket
Date: 1999-07-07 17:16:38
Message-ID: 199907071716.NAA03350@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

> SParc Ultra 5 & Pentium 64MB RAM
> Linux blackcat 2.2.7 #2 Mon May 10 13:25:46 EST 1999 i586 unknown
>
>
> Versions of other tools:
> ------------------------
>
>
> --------------------------------------------------------------------------
>
> Problem Description:
> --------------------
> After building Postgres with a default port higher than 32768,
> we noticed that Postgres seems to misname the Unix domain socket.
> The TCP port is fine.

OK, we had some mixup with unsigned short in that area. I now have:

.s.PGSQL.40077=

Obviously, you can not do any port > 64k. Here is a patch. It will
appear in 6.5.1.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Attachment Content-Type Size
unknown_filename text/plain 7.2 KB

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Unprivileged user 1999-07-07 17:36:58 Port Bug Report: Unable to insert large strings into a text datatype.
Previous Message Unprivileged user 1999-07-07 15:26:44 Port Bug Report: PostgreSQL misnames the UNIX-domain socket