Re: BUG #18139: Causing FATAL error on database using function last() or first() - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #18139: Causing FATAL error on database using function last() or first()
Date
Msg-id 1082093.1695927005@sss.pgh.pa.us
Whole thread Raw
In response to BUG #18139: Causing FATAL error on database using function last() or first()  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> If I use the function last/first on this dataset, if the first rows parsed
> by the function contain null values, it cause FATAL error on database.

There is no last() nor first() function built into Postgres.
I surmise that you are using a buggy extension, in which case
you need to report this to the extension's author.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #18135: Incorrect memory access occurs when attaching a partition with an index
Next
From: "David G. Johnston"
Date:
Subject: Re: BUG #18139: Causing FATAL error on database using function last() or first()