[postgis-tickets] [PostGIS] #5442: Database search_path does not what it intends to do

PostGIS trac at osgeo.org
Thu Jul 27 14:17:54 PDT 2023


#5442: Database search_path does not what it intends to do
----------------------+----------------------------------------
  Reporter:  JelteF   |      Owner:  pramsey
      Type:  patch    |     Status:  new
  Priority:  medium   |  Milestone:  PostGIS 3.3.4
 Component:  postgis  |    Version:  master
Resolution:           |   Keywords:  search_path topology tiger
----------------------+----------------------------------------
Comment (by strk):

 I don't fully like the idea of including something from extension/ into
 the non-extension scripts. Also the function in that file are supposed to
 be temporary, and should not be left in the database. Running `make
 staged-install && make -C topology/ check-regress` should report such
 errors to you.

 Consider also filing a pull request ( on
 https://git.osgeo.org/gitea/postgis/postgis ) to have the bots run
 possibly other tests.

 I think we also still want to tweak the session's search_path so someone
 can create extension and start using it immediately without the need to
 reconnect. You removed that part and thus had to change run_test.pl to do
 it for the sake of tests.

 As this change needs more discussion I'd push to next milestone.
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5442#comment:5>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list