Binary operators for cubes

From: Kirill Panin <kipanin(at)edu(dot)hse(dot)ru>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Binary operators for cubes
Date: 2025-05-15 13:26:43
Message-ID: 018d3cc7-00aa-4f83-8092-d2ad6e5f695d@edu.hse.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi hackers!

The "cube" extention is frequently used for vectors, but the current
implementation lacks support for binary operators, such as +, -, *, /.
The attached (fairly trivial) patch adds support for these with the
required documentation and test changes.

Best Regards,
Kirill Panin

Attachment Content-Type Size
v1-0001-Add-binary-operators-for-cubes.patch text/x-patch 11.0 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Álvaro Herrera 2025-05-15 18:02:02 Re: PG 18 release notes draft committed
Previous Message Andrei Lepikhov 2025-05-15 13:03:36 Re: Consider explicit incremental sort for Append and MergeAppend