minor code correction in typecmds.c
Amul Sul <sulamul@gmail.com>
From: Amul Sul <sulamul@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-02-16T12:17:11Z
Lists: pgsql-hackers
Attachments
- use_TYPALIGN_macro.patch (application/x-patch) patch
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
Commits
-
Add missing TYPEALIGN macros
- 01ad1c953032 15.0 landed