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 11:13:23
Message-ID: b01d4b48d4867572ab2b89acb2a01813@postgrespro.ru
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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 meson.build file, including Windows build
and fixing tests run with meson.

--
Best regards,

Vladlen Popolitov.

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alberto Piai 2026-07-31 11:21:32 Re: tablecmds: fix bug where index rebuild loses replica identity on partitions
Previous Message Matthias van de Meent 2026-07-31 11:10:14 Re: Support for 8-byte TOAST values, round two