Re: Passing mac-addresses by value?

From: Aleksander Alekseev <aleksander(at)tigerdata(dot)com>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Passing mac-addresses by value?
Date: 2026-02-25 13:31:45
Message-ID: CAJ7c6TMLK5T0i2eA0H35akWEnu8BrvxDY0PtDJcjgDgjpWWj=g@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Mac-addresses are passed by reference. Now when Datums are always
> 64-bit values we can pass them by value, similarly to Timestamp[Tz].
> Are there any concears in respect of change like this e.g. backward
> comativility etc?
>
> If not I would like to propose a corresponding path, probably for PG20.

Apologies for the typos. My dyslexia seems to be more pronounced today
than usual :D

--
Best regards,
Aleksander Alekseev

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2026-02-25 13:33:29 Re: Make use of unvolatize() in vac_truncate_clog()
Previous Message Andrey Borodin 2026-02-25 13:19:17 Re: Fix XLogFileReadAnyTLI silently applying divergent WAL from wrong timeline