[postgis-tickets] [PostGIS] #4705: pgsql2shp - Pg field column in mapping file incorrectly compared with the name of the dbf field name

PostGIS trac at osgeo.org
Mon Jun 22 09:54:22 PDT 2020


#4705: pgsql2shp - Pg field column in mapping file incorrectly compared with the
name of the dbf field name
----------------------------+-------------------
  Reporter:  zezzagio       |      Owner:  robe
      Type:  defect         |     Status:  new
  Priority:  medium         |  Milestone:
 Component:  loader/dumper  |    Version:  3.0.x
Resolution:                 |   Keywords:
----------------------------+-------------------

Comment (by strk):

 > - const char *mapped = colmap_dbf_by_pg(&state->column_map,
 dbffieldname);
  > + const char *mapped = colmap_dbf_by_pg(&state->column_map,
 pgfieldname);
  >
  > Does not seem to match with parameter names in signature...

  I don't understand. It 'didn't' match, in fact; now it does.

 Ah, sorry, yes, now I see. I'll run tests locally and then push the
 fix. Thanks a lot !

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4705#comment:22>
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