Opened 12 years ago

Closed 6 months ago

#36128 closed defect (fixed)

postgresql_select @0.1 does not configure pg_upgrade when selecting postgresql92

Reported by: matlads@… Owned by: jyrkiwahlstedt
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc: cooljeanius (Eric Gallager)
Port: postgresql_select postgresql92

Description

After executing postgresql_select and choosing postgresql92, there is no symlink created for the pg_upgrade program

[matlads@iMac ~]$ sudo port select --set postgresql postgresql92
Selecting 'postgresql92' for 'postgresql' succeeded. 'postgresql92' is now active.
[matlads@iMac ~]$ ls -l /opt/local/bin | grep postgresql92
lrwxr-xr-x    1 root  admin        41 13 Sep 16:10 clusterdb@ -> /opt/local/lib/postgresql92/bin/clusterdb
lrwxr-xr-x    1 root  admin        40 13 Sep 16:10 createdb@ -> /opt/local/lib/postgresql92/bin/createdb
lrwxr-xr-x    1 root  admin        42 13 Sep 16:10 createlang@ -> /opt/local/lib/postgresql92/bin/createlang
lrwxr-xr-x    1 root  admin        42 13 Sep 16:10 createuser@ -> /opt/local/lib/postgresql92/bin/createuser
lrwxr-xr-x    1 root  admin        38 13 Sep 16:10 dropdb@ -> /opt/local/lib/postgresql92/bin/dropdb
lrwxr-xr-x    1 root  admin        40 13 Sep 16:10 droplang@ -> /opt/local/lib/postgresql92/bin/droplang
lrwxr-xr-x    1 root  admin        40 13 Sep 16:10 dropuser@ -> /opt/local/lib/postgresql92/bin/dropuser
lrwxr-xr-x    1 root  admin        36 13 Sep 16:10 ecpg@ -> /opt/local/lib/postgresql92/bin/ecpg
lrwxr-xr-x    1 root  admin        38 13 Sep 16:10 initdb@ -> /opt/local/lib/postgresql92/bin/initdb
lrwxr-xr-x    1 root  admin        41 13 Sep 16:10 pg_config@ -> /opt/local/lib/postgresql92/bin/pg_config
lrwxr-xr-x    1 root  admin        46 13 Sep 16:10 pg_controldata@ -> /opt/local/lib/postgresql92/bin/pg_controldata
lrwxr-xr-x    1 root  admin        38 13 Sep 16:10 pg_ctl@ -> /opt/local/lib/postgresql92/bin/pg_ctl
lrwxr-xr-x    1 root  admin        39 13 Sep 16:10 pg_dump@ -> /opt/local/lib/postgresql92/bin/pg_dump
lrwxr-xr-x    1 root  admin        42 13 Sep 16:10 pg_dumpall@ -> /opt/local/lib/postgresql92/bin/pg_dumpall
lrwxr-xr-x    1 root  admin        44 13 Sep 16:10 pg_resetxlog@ -> /opt/local/lib/postgresql92/bin/pg_resetxlog
lrwxr-xr-x    1 root  admin        42 13 Sep 16:10 pg_restore@ -> /opt/local/lib/postgresql92/bin/pg_restore
lrwxr-xr-x    1 root  admin        40 13 Sep 16:10 postgres@ -> /opt/local/lib/postgresql92/bin/postgres
lrwxr-xr-x    1 root  admin        42 13 Sep 16:10 postmaster@ -> /opt/local/lib/postgresql92/bin/postmaster
lrwxr-xr-x    1 root  admin        36 13 Sep 16:10 psql@ -> /opt/local/lib/postgresql92/bin/psql
lrwxr-xr-x    1 root  admin        36 10 Sep 16:18 psql92@ -> /opt/local/lib/postgresql92/bin/psql
lrwxr-xr-x    1 root  admin        41 13 Sep 16:10 reindexdb@ -> /opt/local/lib/postgresql92/bin/reindexdb
lrwxr-xr-x    1 root  admin        40 13 Sep 16:10 vacuumdb@ -> /opt/local/lib/postgresql92/bin/vacuumdb
lrwxr-xr-x    1 root  admin        40 13 Sep 16:10 vacuumlo@ -> /opt/local/lib/postgresql92/bin/vacuumlo

Change History (6)

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: jwa@… added
Keywords: postgresql_select postgresql92 removed
Owner: changed from macports-tickets@… to mww@…
Port: postgresql_select postgresql92 added

comment:2 Changed 11 years ago by mina.macports@…

Related: "pg_basebackup" is also not symlinked.

comment:3 Changed 11 years ago by mina.macports@…

Related: "pg_archivecleanup" is also not symlinked.

comment:4 Changed 7 years ago by mf2k (Frank Schima)

Cc: jyrkiwahlstedt removed
Owner: changed from mww@… to jyrkiwahlstedt
Port: postgresql_select, postgresql92postgresql_select postgresql92
Status: newassigned

comment:5 Changed 3 years ago by cooljeanius (Eric Gallager)

Cc: cooljeanius added

comment:6 Changed 6 months ago by dgilman (David Gilman)

Resolution: fixed
Status: assignedclosed

In bfbd57e500d63729bd89d599cfc23b3232abf387/macports-ports (master):

postgresql16: new port

Closes: #40501
Closes: #37929
Closes: #36511
Closes: #36128
Closes: #33145
Closes: #66529
Closes: #67638
Closes: #29752
Closes: #66689
Closes: #67203
Closes: #67713
Closes: #68119
Closes: #67339

Note: See TracTickets for help on using tickets.