On Mon, Jun 16, 2025 at 01:33:20PM +0300, Aleksander Alekseev wrote:
> Thanks, fixed. clangd complained that utils/fmgroids.h is not going to
> be used, as it complained about funcapi.h before. So I choose not to
> include fmgroids.h.
v3 seems sensible here. Thanks for the updated patch.
/* text_name()
* Converts a text type to a Name type.
*/
Not related to this patch, sorry for the regression, just noticed
a nit while looking at the diffs of what you have here.. This one, as
well as name_text(), uses a comment block that is inconsistent with
the format we have in the tree. It's a bit surprising that pgindent
is not picking up that.
--
Michael