Remove xid_to_int4 postgres function

Fixes #3288
This commit is contained in:
Tom Hughes 2021-08-06 00:15:40 +01:00
parent 061b0733b6
commit 81c3ebe03c
7 changed files with 1 additions and 85 deletions

View file

@ -16,7 +16,7 @@ all: ${DESTDIR}/libpgosm.so
clean:
$(RM) ${DESTDIR}/*.so ${DESTDIR}/*.o
${DESTDIR}/libpgosm.so: ${DESTDIR}/quadtile.o ${DESTDIR}/xid_to_int4.o
${DESTDIR}/libpgosm.so: ${DESTDIR}/quadtile.o
cc ${LDFLAGS} -o $@ $^
${DESTDIR}/%.o: %.c