You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
psql (15devel, server 15.2)
SSL connection (protocol: TLSv1.2, cipher: ECDHE-RSA-AES256-GCM-SHA384, bits: 256, compression: off)
postgres15@postgres=> SELECT hll_hash_any(cash_out(0::money));
SSL SYSCALL error: EOF detected
The connection to the server was lost. Attempting reset: Failed.
@!>? \q
HLL v2.16
postgres15@postgres=> \dx hll
List of installed extensions
Name | Version | Schema | Description
------+---------+--------+-----------------------------------
hll | 2.16 | public | type for storing hyperloglog data
(1 row)
Thanks to SQLSmith / SQLReduce for helping with the find.
The text was updated successfully, but these errors were encountered:
tempdel=*> SELECT public.hll_hash_any(pg_catalog.timetztypmodout(85));
SSL SYSCALL error: EOF detected
The connection to the server was lost. Attempting reset: Failed.
The connection to the server was lost. Attempting reset: Failed.
!?> \q
tempdel=*> \dx hll
List of installed extensions
Name | Version | Schema | Description
------+---------+--------+-----------------------------------
hll | 2.18 | public | type for storing hyperloglog data
(1 row)
tempdel=*> select version();
version
---------------------------------------------------------------------------------------------------------
PostgreSQL 16.0 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 7.3.1 20180712 (Red Hat 7.3.1-12), 64-bit
(1 row)
SQL crashes the database:
Crash Example
HLL v2.16
Thanks to SQLSmith / SQLReduce for helping with the find.
The text was updated successfully, but these errors were encountered: