[COMMITTERS] pgsql: Remove no-longer-required function declarations.

2015-05-24 Thread Tom Lane
Remove no-longer-required function declarations. Remove a bunch of "extern Datum foo(PG_FUNCTION_ARGS);" declarations that are no longer needed now that PG_FUNCTION_INFO_V1(foo) provides that. Some of these were evidently missed in commit e7128e8dbb305059, but others were cargo-culted in in code

[COMMITTERS] pgsql: Add a bit more commentary about regex's colormap tree data struc

2015-05-24 Thread Tom Lane
Add a bit more commentary about regex's colormap tree data structure. Per an off-list question from Piotr Stefaniak. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/23116d5437d0e8d077e7fd5391f5fa0fc781b7d2 Modified Files -- src/include/regex/regguts.h |

[COMMITTERS] pgsql: Rename pg_shdepend.c's typedef "objectType" to SharedDependencyO

2015-05-24 Thread Tom Lane
Rename pg_shdepend.c's typedef "objectType" to SharedDependencyObjectType. The name objectType is widely used as a field name, and it's pure luck that this conflict has not caused pgindent to go crazy before. It messed up pg_audit.c pretty good though. Since pg_shdepend.c doesn't export this typ

[COMMITTERS] pgsql: Rename pg_shdepend.c's typedef "objectType" to SharedDependencyO

2015-05-24 Thread Tom Lane
Rename pg_shdepend.c's typedef "objectType" to SharedDependencyObjectType. The name objectType is widely used as a field name, and it's pure luck that this conflict has not caused pgindent to go crazy before. It messed up pg_audit.c pretty good though. Since pg_shdepend.c doesn't export this typ

[COMMITTERS] pgsql: Rename pg_shdepend.c's typedef "objectType" to SharedDependencyO

2015-05-24 Thread Tom Lane
Rename pg_shdepend.c's typedef "objectType" to SharedDependencyObjectType. The name objectType is widely used as a field name, and it's pure luck that this conflict has not caused pgindent to go crazy before. It messed up pg_audit.c pretty good though. Since pg_shdepend.c doesn't export this typ

[COMMITTERS] pgsql: Rename pg_shdepend.c's typedef "objectType" to SharedDependencyO

2015-05-24 Thread Tom Lane
Rename pg_shdepend.c's typedef "objectType" to SharedDependencyObjectType. The name objectType is widely used as a field name, and it's pure luck that this conflict has not caused pgindent to go crazy before. It messed up pg_audit.c pretty good though. Since pg_shdepend.c doesn't export this typ

[COMMITTERS] pgsql: Rename pg_shdepend.c's typedef "objectType" to SharedDependencyO

2015-05-24 Thread Tom Lane
Rename pg_shdepend.c's typedef "objectType" to SharedDependencyObjectType. The name objectType is widely used as a field name, and it's pure luck that this conflict has not caused pgindent to go crazy before. It messed up pg_audit.c pretty good though. Since pg_shdepend.c doesn't export this typ

[COMMITTERS] pgsql: Rename pg_shdepend.c's typedef "objectType" to SharedDependencyO

2015-05-24 Thread Tom Lane
Rename pg_shdepend.c's typedef "objectType" to SharedDependencyObjectType. The name objectType is widely used as a field name, and it's pure luck that this conflict has not caused pgindent to go crazy before. It messed up pg_audit.c pretty good though. Since pg_shdepend.c doesn't export this typ

[COMMITTERS] pgsql: Manual cleanup of pgindent results.

2015-05-24 Thread Tom Lane
Manual cleanup of pgindent results. Fix some places where pgindent did silly stuff, often because project style wasn't followed to begin with. (I've not touched the atomics headers, though.) Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/2aa0476dc38f7e510b8cde627e8

[COMMITTERS] pgsql: Revert 9.5 pgindent changes to atomics directory files

2015-05-24 Thread Bruce Momjian
Revert 9.5 pgindent changes to atomics directory files This is because there are many __asm__ blocks there that pgindent messes up. Also configure pgindent to skip that directory in the future. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/befa3e648ce018d84cd2a0df

[COMMITTERS] pgsql: pgindent: more doc updates for skipping __asm__ files

2015-05-24 Thread Bruce Momjian
pgindent: more doc updates for skipping __asm__ files Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/266b6984cd7391e42770ca3a9922a9e8b1d4d7d3 Modified Files -- src/tools/pgindent/README |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- S

Re: [COMMITTERS] pgsql: pgindent: more doc updates for skipping __asm__ files

2015-05-24 Thread Michael Paquier
On Mon, May 25, 2015 at 10:51 AM, Bruce Momjian wrote: > pgindent: more doc updates for skipping __asm__ files s/they contains/they contain/. -- Michael -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org