Re: [PATCH v1] add SQL type INT16 based on int128

From: Vladlen Popolitov <v(dot)popolitov(at)postgrespro(dot)ru>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH v1] add SQL type INT16 based on int128
Date: 2026-07-31 19:54:02
Message-ID: 3b79091bbf105ec5fa8a26e83d29770c@postgrespro.ru
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Vladlen Popolitov писал(а) 2026-07-31 14:13:
> Vladlen Popolitov писал(а) 2026-07-30 18:54:
>> Hello hackers,
>>
>> I would like to present a new contrib module that implements a 128-bit
>> signed integer type for PostgreSQL, called INT16.
>>
Updated version - fixed Windows build.
--
Best regards,

Vladlen Popolitov.

Attachment Content-Type Size
v3-0001-add-type-INT16.patch text/x-diff 217.3 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2026-07-31 20:07:04 Re: Implicit conversion from int64 to int32 when calling hash_get_num_entries
Previous Message Vladlen Popolitov 2026-07-31 19:50:50 Re: zic: fix PostgreSQL build failure on filesystems without hard link support