Jacob Champion 20e468f40c Fix use of TextDatumGetCString()
TextDatumGetCString() was made typesafe in upstream HEAD (16devel), so
now the compiler catches this. As Tom puts it in ac50f84866:

    "TextDatumGetCString(PG_GETARG_TEXT_P(x))" is formally wrong: a text*
    is not a Datum.  Although this coding will accidentally fail to fail on
    all known platforms, it risks leaking memory if a detoast step is needed,
    unlike "TextDatumGetCString(PG_GETARG_DATUM(x))" which is what's used
    elsewhere.
2023-02-14 07:54:16 -08:00
..
2023-02-14 07:54:16 -08:00

TimescaleDB TSL Library

The TimescaleDB TSL library is licensed under the Timescale License.