Passing mac-addresses by value? - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject Passing mac-addresses by value?
Date
Msg-id CAJ7c6TM8up=Yih8pRLPy4wHwLzHf7w22tQ80-8ZBm__E=8_5HA@mail.gmail.com
Whole thread
Responses Re: Passing mac-addresses by value?
Re: Passing mac-addresses by value?
List pgsql-hackers
Hi,

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.

-- 
Best regards,
Aleksander Alekseev



pgsql-hackers by date:

Previous
From: "Joel Jacobson"
Date:
Subject: Re: [BUG?] estimate_hash_bucket_stats uses wrong ndistinct for avgfreq
Next
From: Chao Li
Date:
Subject: Re: pg_basebackup: removed an unnecessary use of memset in FindStreamingStart