Opened 13 years ago
Closed 13 years ago
#1163 closed defect (fixed)
move SQL-exposed functions out of libpgcommon
Reported by: | bnordgren | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
In general, it seems that anything having a need to be directly accessible to SQL should not be in libpgcommon
, but rather in postgis
or raster
. Putting it in libpgcommon seems to be causing an issue for Windows.
Attached patch cleans out libpgcommon. Apply against r7757
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | transform_fix.patch added |
---|
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | 1.5.X → trunk |
I had to swap includes in lwgeom_transform.h. Committed in r7758
Note:
See TracTickets
for help on using tickets.