Bug 35220

Summary: Add IANA postgresql port
Product: Base System Reporter: Sean Chittenden <seanc>
Component: confAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Sean Chittenden freebsd_committer freebsd_triage 2002-02-22 20:00:08 UTC
	IANA has PostgreSQL listed as a service
Comment 1 Crist J. Clark freebsd_committer freebsd_triage 2002-02-23 07:44:27 UTC
On Fri, Feb 22, 2002 at 11:54:33AM -0800, Sean Chittenden wrote:
[snip]

> Index: etc/services
> ===================================================================
> RCS file: /home/ncvs/src/etc/services,v
> retrieving revision 1.62.2.9
> diff -u -r1.62.2.9 services
> --- etc/services	2002/02/12 14:48:25	1.62.2.9
> +++ etc/services	2002/02/22 19:52:27
> @@ -1992,6 +1996,8 @@
>  hacl-test	5305/udp			    
>  cfengine	5308/tcp
>  cfengine	5308/udp
> +postgresql	5432/tcp   #PostgreSQL Database
> +postqresql	5432/udp   #PostgreSQL Database
       ^
Just to be sure, IANA has a typo here, correct?
-- 
Crist J. Clark                     |     cjclark@alum.mit.edu
                                   |     cjclark@jhu.edu
http://people.freebsd.org/~cjc/    |     cjc@freebsd.org
Comment 2 Sean Chittenden freebsd_committer freebsd_triage 2002-02-23 08:05:54 UTC
> > Index: etc/services
> > ===================================================================
> > RCS file: /home/ncvs/src/etc/services,v
> > retrieving revision 1.62.2.9
> > diff -u -r1.62.2.9 services
> > --- etc/services	2002/02/12 14:48:25	1.62.2.9
> > +++ etc/services	2002/02/22 19:52:27
> > @@ -1992,6 +1996,8 @@
> >  hacl-test	5305/udp			    
> >  cfengine	5308/tcp
> >  cfengine	5308/udp
> > +postgresql	5432/tcp   #PostgreSQL Database
> > +postqresql	5432/udp   #PostgreSQL Database
>        ^
> Just to be sure, IANA has a typo here, correct?

LMAO!  I copied and pasted that.  They must have...  yeah, that's a
type-o.  I hope this doesn't become a piece of referer lore.  I'll
talk with postgres-core and see if they're aware of this.  -sc

http://www.iana.org/assignments/port-numbers

-- 
Sean Chittenden
Comment 3 Crist J. Clark freebsd_committer freebsd_triage 2002-02-23 14:43:46 UTC
On Sat, Feb 23, 2002 at 12:40:03AM -0800, Sean Chittenden wrote:
> The following reply was made to PR conf/35220; it has been noted by GNATS.
> 
> From: Sean Chittenden <sean@chittenden.org>
> To: "Crist J. Clark" <cjc@FreeBSD.ORG>
> Cc: FreeBSD-gnats-submit@FreeBSD.ORG
> Subject: Re: conf/35220: Add IANA postgresql port
> Date: Sat, 23 Feb 2002 00:05:54 -0800
> 
>  > > Index: etc/services
>  > > ===================================================================
>  > > RCS file: /home/ncvs/src/etc/services,v
>  > > retrieving revision 1.62.2.9
>  > > diff -u -r1.62.2.9 services
>  > > --- etc/services	2002/02/12 14:48:25	1.62.2.9
>  > > +++ etc/services	2002/02/22 19:52:27
>  > > @@ -1992,6 +1996,8 @@
>  > >  hacl-test	5305/udp			    
>  > >  cfengine	5308/tcp
>  > >  cfengine	5308/udp
>  > > +postgresql	5432/tcp   #PostgreSQL Database
>  > > +postqresql	5432/udp   #PostgreSQL Database
>  >        ^
>  > Just to be sure, IANA has a typo here, correct?
>  
>  LMAO!  I copied and pasted that.  They must have...  yeah, that's a
>  type-o.  I hope this doesn't become a piece of referer lore.  I'll
>  talk with postgres-core and see if they're aware of this.  -sc
>  
>  http://www.iana.org/assignments/port-numbers

Yeah, I had already checked IANA before I wrote you. You have exactly
what they published. I've sent them an email too.
-- 
Crist J. Clark                     |     cjclark@alum.mit.edu
                                   |     cjclark@jhu.edu
http://people.freebsd.org/~cjc/    |     cjc@freebsd.org
Comment 4 Crist J. Clark freebsd_committer freebsd_triage 2002-02-26 02:37:54 UTC
State Changed
From-To: open->closed

Committed to -CURRENT. MFC to -STABLE tomorrow. 
Thanks for the patch.