Re: run pgindent on a regular basis / scripted manner

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: run pgindent on a regular basis / scripted manner
Date: 2023-01-22 16:18:29
Message-ID: 1217035.1674404309@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
>> ... btw, can we get away with making the diff run be "diff -upd"
>> not just "diff -u"? I find diff output for C files noticeably
>> more useful with those options, but I'm unsure about their
>> portability.

> I think they are available on Linux, MacOS and FBSD, and on Windows (if
> anyone's actually using it for this) it's likely to be Gnu diff. So I
> think that's probably enough coverage.

I checked NetBSD as well, and it has all three too.

Patch looks good to me.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Pryzby 2023-01-22 16:23:45 bug: ANALYZE progress report with inheritance tables
Previous Message Joel Jacobson 2023-01-22 15:41:32 Re: [PATCH] Use 128-bit math to accelerate numeric division, when 8 < divisor digits <= 16