Re:How to solve the warning? - Mailing list pgsql-general

From Wen Yi
Subject Re:How to solve the warning?
Date
Msg-id tencent_644197893AE3D565D36848BD381A3732E907@qq.com
Whole thread Raw
List pgsql-general
Hi,
I check the image you send, I think you pass on a incompatible pointer:
The PostgreSQL want you to pass on a 'List*' but you give a  'Node*'.

And please send plain text next time, the PostgreSQL community archieve always just store the patch & plain text.

Yours,
Wen Yi


------------------ Original ------------------
From: "jacktby jacktby" <jacktby@gmail.com>;
Date: Sat, Aug 5, 2023 10:08 PM
To: "pgsql-general"<pgsql-general@lists.postgresql.org>;
Subject: How to solve the warning?

pgsql-general by date:

Previous
From: Jan Wieck
Date:
Subject: Re: Failed to parse new syntax
Next
From: "Wen Yi"
Date:
Subject: [Question] Can someone provide the explain of the relation between PGPROC and transaction?