mirror of
https://github.com/postgres/postgres.git
synced 2025-08-22 21:53:06 +03:00
Update typedefs.list and re-run pgindent
Discussion: http://postgr.es/m/CA+TgmoaA9=1RWKtBWpDaj+sF3Stgc8sHgf5z=KGtbjwPLQVDMA@mail.gmail.com
This commit is contained in:
@@ -202,7 +202,7 @@ static int
|
||||
cmpspellaffix(const void *s1, const void *s2)
|
||||
{
|
||||
return strcmp((*(SPELL *const *) s1)->p.flag,
|
||||
(*(SPELL *const *) s2)->p.flag);
|
||||
(*(SPELL *const *) s2)->p.flag);
|
||||
}
|
||||
|
||||
static int
|
||||
|
Reference in New Issue
Block a user