mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
From: Tatsuo Ishii <t-ishii@sra.co.jp>
Ok. I made patches replacing all of "#if FALSE" or "#if 0" to "#ifdef NOT_USED" for current. I have tested these patches in that the postgres binaries are identical.
This commit is contained in:
@@ -22,7 +22,7 @@ extern int pwd_cache_count;
|
||||
extern char *crypt_getpwdfilename(void);
|
||||
extern char *crypt_getpwdreloadfilename(void);
|
||||
|
||||
#if 0
|
||||
#ifdef NOT_USED
|
||||
extern MsgType crypt_salt(const char *user);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user