mirror of
https://github.com/postgres/postgres.git
synced 2025-11-15 03:41:20 +03:00
Remove all time travel stuff. Small parser cleanup.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user