mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Banish caddr_t (mostly), use Datum where appropriate.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/storage/smgr/smgr.c,v 1.37 2000/06/19 23:37:08 tgl Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/storage/smgr/smgr.c,v 1.38 2000/10/02 19:42:52 petere Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -112,7 +112,7 @@ smgrinit()
|
||||
}
|
||||
|
||||
/* register the shutdown proc */
|
||||
on_proc_exit(smgrshutdown, NULL);
|
||||
on_proc_exit(smgrshutdown, 0);
|
||||
|
||||
return SM_SUCCESS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user