| From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
|---|---|
| To: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | compiling pg_bsd_indent |
| Date: | 2025-10-09 15:43:57 |
| Message-ID: | CA+TgmoaFgkL-ooh2d_Jo-Z5qJfw5crxWqLVyTosn8GnpKU87BA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
While $SUBJECT today -- using the sources from
https://git.postgresql.org/git/pg_bsd_indent.git -- I ran into some
problems. I got errors due to the replacement of
pg_attribute_noreturn() with pg_return(), and warnings due to variable
definitions with no previous extern declaration. Here's a quick and
dirty patch.
--
Robert Haas
EDB: http://www.enterprisedb.com
| Attachment | Content-Type | Size |
|---|---|---|
| bsdindent.patch | application/octet-stream | 1.7 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2025-10-09 15:44:46 | Re: [PATCH] Remove unused #include's in src/backend/commands/* |
| Previous Message | Nathan Bossart | 2025-10-09 15:39:32 | Re: Clarification on Role Access Rights to Table Indexes |