| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
| Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: further #include cleanup (IWYU) |
| Date: | 2024-10-28 09:41:17 |
| Message-ID: | 238d72de-2cc9-4b9d-9079-7d958bcc3e75@eisentraut.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On 20.10.24 11:37, Alvaro Herrera wrote:
> On 2024-Oct-20, Peter Eisentraut wrote:
>
>> diff --git a/contrib/tablefunc/tablefunc.h b/contrib/tablefunc/tablefunc.h
>> index 2009382ce7d..b78030044b5 100644
>> --- a/contrib/tablefunc/tablefunc.h
>> +++ b/contrib/tablefunc/tablefunc.h
>> @@ -34,6 +34,4 @@
>> #ifndef TABLEFUNC_H
>> #define TABLEFUNC_H
>>
>> -#include "fmgr.h"
>> -
>> #endif /* TABLEFUNC_H */
>
> You could as well just delete this file.
I have committed it with the file deleted.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2024-10-28 09:45:21 | Re: further #include cleanup (IWYU) |
| Previous Message | Heikki Linnakangas | 2024-10-28 09:36:43 | Re: pgsql: Implement pg_wal_replay_wait() stored procedure |