Skip to content

IPLIKE 2.1.0

Compare
Choose a tag to compare
@RangerRick RangerRick released this 14 Feb 22:19
· 25 commits to master since this release

add support for PostgreSQL "V1" API used in 10+

This fix includes a couple of related things:

  • rename the original "iplike" function so it is accessible in its original form whether or not you are compiling against a V1 PostgreSQL
  • refactor iplike.c to create a facade "iplike" function that sets up the V1 initialization if necessary, otherwise it falls back to the renamed iplike
  • fix the iplike CLI tool to allow linking with undefined symbols, since the postgresql _pg_detoast_datum_packed symbol comes from the postgres binary and only exists when dynamically loaded
  • updated test coverage
  • other packaging updates