Re: [HACKERS] Useless dead struct in parse_func.h

2014-11-14 Thread Alvaro Herrera
Peter Geoghegan wrote: > It looks like commit 0e99be1c removed the final real use of the struct > InhPaths. Attached patch removes it entirely. I didn't verify the claim about 0e99be1c, but I pushed it anyway. Thanks. -- Álvaro Herrerahttp://www.2ndQuadrant.com/ PostgreSQL Develo

[HACKERS] Useless dead struct in parse_func.h

2014-11-14 Thread Peter Geoghegan
It looks like commit 0e99be1c removed the final real use of the struct InhPaths. Attached patch removes it entirely. -- Peter Geoghegan diff --git a/src/include/parser/parse_func.h b/src/include/parser/parse_func.h index b9b06ae..4423bc0 100644 --- a/src/include/parser/parse_func.h +++ b/src/incl