head	1.7;
access;
symbols
	release_4_2:1.7
	aix_ok:1.7
	Version_2_1:1.4
	Version_2:1.1;
locks; strict;
comment	@ * @;


1.7
date	93.08.10.19.54.48;	author aoki;	state Exp;
branches;
next	1.6;

1.6
date	92.04.01.01.47.12;	author mer;	state Exp;
branches;
next	1.5;

1.5
date	91.11.27.11.41.09;	author postgres;	state Exp;
branches;
next	1.4;

1.4
date	90.11.12.11.37.29;	author kemnitz;	state Exp;
branches;
next	1.3;

1.3
date	90.11.04.03.08.41;	author kemnitz;	state Exp;
branches;
next	1.2;

1.2
date	90.08.14.14.46.02;	author cimarron;	state Exp;
branches;
next	1.1;

1.1
date	90.04.19.19.44.33;	author kemnitz;	state Version_2;
branches;
next	;


desc
@This used to be sendannounce.c
@


1.7
log
@cosmetic changes
@
text
@/*
 *   FILE
 *	port.c
 *
 *   DESCRIPTION
 *	SunOS4-specific routines
 *
 *   INTERFACE ROUTINES
 *	sparc_bug_set_outerjoincost
 *
 *   NOTES
 *
 *   IDENTIFICATION
 *	$Header$
 */
#include "nodes/relation.h"

RcsId("$Header: /home2/aoki/master/src/backend/port/sparc/RCS/port.c,v 1.6 1992/04/01 01:47:12 mer Exp aoki $");

/*
 * Hackety-hack for Sparc compiler error.
 *
 * See planner/path/joinpath.c
 */
void
sparc_bug_set_outerjoincost(p, val)
    char *p;
    long val;
{
    set_outerjoincost((Path)p, (Cost)val);
}
@


1.6
log
@accessor is now a generated macro so we the include.
@
text
@d2 13
a14 1
 * Hackety-hack for Sparc compiler error.
a15 1

d18 1
a18 1
RcsId("$Header: /u/mer/pg.opt/src/port/sparc/RCS/port.c,v 1.5 1991/11/27 11:41:09 postgres Exp mer $");
d20 5
d27 2
a28 4

char *p;
long val;

d30 1
a30 1
     set_outerjoincost((Path)p, (Cost)val);
@


1.5
log
@sparc compiler bug hack.
@
text
@a0 4
#define RcsId(a)

RcsId("$Header: RCS/port.c,v 1.4 90/11/12 11:37:29 kemnitz Exp Locker: postgres $");

d5 4
d16 1
a16 1
     set_outerjoincost(p, val);
@


1.4
log
@hopefully works now.
@
text
@d3 1
a3 1
RcsId("$Header: RCS/port.c,v 1.3 90/11/04 03:08:41 kemnitz Exp Locker: kemnitz $");
d5 13
@


1.3
log
@Got rid of sendannounce()
@
text
@d1 3
a3 1
RcsId("$Header: RCS/port.c,v 1.2 90/08/14 14:46:02 cimarron Exp Locker: kemnitz $");
@


1.2
log
@added pathnames to header includes
@
text
@d1 1
a1 16

/*
 *  SENDANNOUNCE.C
 *
 *  A do-nothing routine?
 */

#include "tmp/c.h"

RcsId("$Header: RCS/port.c,v 1.1 90/04/19 19:44:33 kemnitz Version_2 Locker: cimarron $");

sendannounce(line)
char *line;
{

}
@


1.1
log
@Initial revision
@
text
@d8 1
a8 1
#include "c.h"
d10 1
a10 1
RcsId("$Header: RCS/sendannounce.c,v 1.3 89/09/05 17:21:03 mao C_Demo_1 $");
@
