mirror of
https://github.com/postgres/postgres.git
synced 2025-09-08 00:47:37 +03:00
Add some const decorations
These mainly help understanding the function signatures better.
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
#endif
|
||||
|
||||
static int
|
||||
MatchText(char *t, int tlen, char *p, int plen,
|
||||
MatchText(const char *t, int tlen, const char *p, int plen,
|
||||
pg_locale_t locale, bool locale_is_c)
|
||||
{
|
||||
/* Fast path for match-everything pattern */
|
||||
|
Reference in New Issue
Block a user