You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PGPRO-10866: Use const decoration to avoid warnings:
"passing 'const char *' to parameter of type 'char *' discards qualifiers"
[-Wincompatible-pointer-types-discards-qualifiers]
And replace palloc0+strcpy with pstrdup.
Caused by:
- d5f139cb6814f0af2d2e1106899361e45c305630 (PostgreSQL)
Constify fields and parameters in spell.c
Tags: shared_ispell
0 commit comments