minor code correction in typecmds.c

From: Amul Sul <sulamul(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: minor code correction in typecmds.c
Date: 2022-02-16 12:17:11
Message-ID: CAAJ_b94Y35MWB3PJoCbc_O-_Q4+-9DHKhWtAwboEyx8wm4mqcA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

The attached patch replaces the hard-coded type alignment value with
the defined macro for the same.

--
Regards,
Amul Sul
EDB: http://www.enterprisedb.com

Attachment Content-Type Size
use_TYPALIGN_macro.patch application/x-patch 776 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ranier Vilela 2022-02-16 12:29:20 Re: [PATCH] Fix out-of-bouds access (src/common/wchar.c)
Previous Message Peter Eisentraut 2022-02-16 12:00:24 Re: Adding CI to our tree