1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

Remove unused files.

This commit is contained in:
Bruce Momjian
1997-11-21 18:22:04 +00:00
parent 3fa2bb316c
commit 629e27284d
5 changed files with 3 additions and 181 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/executor/execAmi.c,v 1.9 1997/11/20 23:21:22 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/executor/execAmi.c,v 1.10 1997/11/21 18:21:17 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -446,10 +446,8 @@ ExecCreatR(TupleDesc tupType,
* heap_creatr creates a name if the argument to heap_creatr is
* '\0 '
*/
relDesc = heap_creatr("",
DEFAULT_SMGR,
tupType);
}
relDesc = heap_creatr("", tupType);
}
else
{
/* ----------------