~aglenyoung/+junk/postgres-9.3-dtrace

« back to all changes in this revision

Viewing changes to src/pl/plpgsql/src/pl_gram.h

  • Committer: Package Import Robot
  • Author(s): Martin Pitt, Christoph Berg, Martin Pitt
  • Date: 2013-06-26 15:13:32 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130626151332-p34yjpn0txbdsdzd
Tags: 9.3~beta2-1
[ Christoph Berg ]
* hurd-i386: Ignore testsuite failures so we have a working libpq5 (they
  don't implement semaphores so the server won't even start).
* Mark postgresql-9.3 as beta in the description, suggested by Joshua D.
  Drake.

[ Martin Pitt ]
* New upstream release 9.3 beta2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
/* A Bison parser, made by GNU Bison 2.4.1.  */
3
 
 
4
 
/* Skeleton interface for Bison's Yacc-like parsers in C
 
1
/* A Bison parser, made by GNU Bison 2.5.  */
 
2
 
 
3
/* Bison interface for Yacc-like parsers in C
5
4
   
6
 
      Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
7
 
   Free Software Foundation, Inc.
 
5
      Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc.
8
6
   
9
7
   This program is free software: you can redistribute it and/or modify
10
8
   it under the terms of the GNU General Public License as published by
149
147
typedef union YYSTYPE
150
148
{
151
149
 
152
 
/* Line 1676 of yacc.c  */
 
150
/* Line 2068 of yacc.c  */
153
151
#line 116 "pl_gram.y"
154
152
 
155
153
                core_YYSTYPE                    core_yystype;
204
202
 
205
203
 
206
204
 
207
 
/* Line 1676 of yacc.c  */
208
 
#line 209 "pl_gram.h"
 
205
/* Line 2068 of yacc.c  */
 
206
#line 207 "pl_gram.h"
209
207
} YYSTYPE;
210
208
# define YYSTYPE_IS_TRIVIAL 1
211
209
# define yystype YYSTYPE /* obsolescent; will be withdrawn */