mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Add some const decorations to prototypes
Reviewed-by: Fabien COELHO <coelho@cri.ensmp.fr>
This commit is contained in:
@ -239,7 +239,7 @@ get_opclass_oid(Oid amID, List *opclassname, bool missing_ok)
|
||||
* Caller must have done permissions checks etc. already.
|
||||
*/
|
||||
static ObjectAddress
|
||||
CreateOpFamily(char *amname, char *opfname, Oid namespaceoid, Oid amoid)
|
||||
CreateOpFamily(const char *amname, const char *opfname, Oid namespaceoid, Oid amoid)
|
||||
{
|
||||
Oid opfamilyoid;
|
||||
Relation rel;
|
||||
|
Reference in New Issue
Block a user