diff options
| author | Bruce Momjian <bruce@momjian.us> | 1997-11-20 23:24:03 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1997-11-20 23:24:03 +0000 |
| commit | e9e1ff226f285bc7b488e670be4b8220cdba4a53 (patch) | |
| tree | 7dd89bef1e88e75736c97578e6ebc0f081e71622 /src/backend/commands/recipe.c | |
| parent | e075271c178720199fe95ba6f3482bcb5ce12df7 (diff) | |
| download | postgresql-e9e1ff226f285bc7b488e670be4b8220cdba4a53.tar.gz | |
Remove all time travel stuff. Small parser cleanup.
Diffstat (limited to 'src/backend/commands/recipe.c')
| -rw-r--r-- | src/backend/commands/recipe.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/backend/commands/recipe.c b/src/backend/commands/recipe.c index 077e882378..43d84c5a01 100644 --- a/src/backend/commands/recipe.c +++ b/src/backend/commands/recipe.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/commands/Attic/recipe.c,v 1.10 1997/10/25 01:08:54 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/commands/Attic/recipe.c,v 1.11 1997/11/20 23:21:10 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -804,8 +804,7 @@ tg_parseTeeNode(TgRecipe * r, tt, tt, FALSE, - FALSE, - NULL)); + FALSE)); rt_ind = length(orig->rtable); } |
