compiling pg_bsd_indent - Mailing list pgsql-hackers

From Robert Haas
Subject compiling pg_bsd_indent
Date
Msg-id CA+TgmoaFgkL-ooh2d_Jo-Z5qJfw5crxWqLVyTosn8GnpKU87BA@mail.gmail.com
Whole thread Raw
Responses Re: compiling pg_bsd_indent
Re: compiling pg_bsd_indent
List 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

pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: Clarification on Role Access Rights to Table Indexes
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] Remove unused #include's in src/backend/commands/*