mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Forgot to remove README-1ST from the repository ...
This commit is contained in:
13
README-1ST
13
README-1ST
@ -1,13 +0,0 @@
|
|||||||
|
|
||||||
Operating Systems Known to Run PostgreSQL (at some point)
|
|
||||||
---------------------------------------------------------
|
|
||||||
|
|
||||||
The following list is a list of those operating systems upon which
|
|
||||||
PostgreSQL is known to work, including the date that it was last
|
|
||||||
tested:
|
|
||||||
|
|
||||||
| Operating System | Tested by | Date Tested |
|
|
||||||
+----------------------------+-----------------+----------------------+
|
|
||||||
| FreeBSD 3.0-CURRENT (aout) | scrappy@hub.org | September 14th, 1998 |
|
|
||||||
+----------------------------+-----------------+----------------------+
|
|
||||||
|
|
@ -230,7 +230,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.35 1998/09/13 04:20:16 thomas Exp $
|
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.36 1998/09/15 02:25:05 scrappy Exp $
|
||||||
*
|
*
|
||||||
* HISTORY
|
* HISTORY
|
||||||
* AUTHOR DATE MAJOR EVENT
|
* AUTHOR DATE MAJOR EVENT
|
||||||
@ -4284,7 +4284,7 @@ static const short yycheck[] = { 3,
|
|||||||
-1, -1, -1, -1, -1, -1, 205
|
-1, -1, -1, -1, -1, -1, 205
|
||||||
};
|
};
|
||||||
/* -*-C-*- Note some compilers choke on comments on `#line' lines. */
|
/* -*-C-*- Note some compilers choke on comments on `#line' lines. */
|
||||||
#line 3 "/usr/lib/bison.simple"
|
#line 3 "/usr/share/misc/bison.simple"
|
||||||
|
|
||||||
/* Skeleton output parser for bison,
|
/* Skeleton output parser for bison,
|
||||||
Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc.
|
Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc.
|
||||||
@ -4477,7 +4477,7 @@ __yy_memcpy (char *to, char *from, int count)
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#line 196 "/usr/lib/bison.simple"
|
#line 196 "/usr/share/misc/bison.simple"
|
||||||
|
|
||||||
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
|
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
|
||||||
into yyparse. The argument should have type void *.
|
into yyparse. The argument should have type void *.
|
||||||
@ -10041,7 +10041,7 @@ case 886:
|
|||||||
break;}
|
break;}
|
||||||
}
|
}
|
||||||
/* the action file gets copied in in place of this dollarsign */
|
/* the action file gets copied in in place of this dollarsign */
|
||||||
#line 498 "/usr/lib/bison.simple"
|
#line 498 "/usr/share/misc/bison.simple"
|
||||||
|
|
||||||
yyvsp -= yylen;
|
yyvsp -= yylen;
|
||||||
yyssp -= yylen;
|
yyssp -= yylen;
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user