1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00

Banish caddr_t (mostly), use Datum where appropriate.

This commit is contained in:
Peter Eisentraut
2000-10-02 19:42:56 +00:00
parent a81aef7f25
commit 416bbbffa3
11 changed files with 48 additions and 48 deletions

View File

@@ -29,7 +29,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: pqcomm.c,v 1.101 2000/09/27 15:17:54 petere Exp $
* $Id: pqcomm.c,v 1.102 2000/10/02 19:42:46 petere Exp $
*
*-------------------------------------------------------------------------
*/
@@ -260,7 +260,7 @@ StreamServerPort(int family, unsigned short portName, int *fdP)
if (family == AF_UNIX)
{
on_proc_exit(StreamDoUnlink, NULL);
on_proc_exit(StreamDoUnlink, 0);
/*
* Open the socket file and get an advisory lock on it. The