mirror of
https://github.com/postgres/postgres.git
synced 2025-11-25 12:03:53 +03:00
Add some const decorations to prototypes
Reviewed-by: Fabien COELHO <coelho@cri.ensmp.fr>
This commit is contained in:
@@ -184,7 +184,7 @@ extern LWLockPadded *GetNamedLWLockTranche(const char *tranche_name);
|
||||
* registration in the main shared memory segment wouldn't work for that case.
|
||||
*/
|
||||
extern int LWLockNewTrancheId(void);
|
||||
extern void LWLockRegisterTranche(int tranche_id, char *tranche_name);
|
||||
extern void LWLockRegisterTranche(int tranche_id, const char *tranche_name);
|
||||
extern void LWLockInitialize(LWLock *lock, int tranche_id);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user