mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Major code cleanups from D'arcy (-Wall -Werror)
This commit is contained in:
@ -7,10 +7,12 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/commands/explain.c,v 1.1.1.1 1996/07/09 06:21:21 scrappy Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/commands/explain.c,v 1.2 1996/10/23 07:40:08 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#include <stdio.h>
|
||||
|
||||
#include "postgres.h"
|
||||
#include "parser/catalog_utils.h"
|
||||
#include "parser/parse_query.h" /* for MakeTimeRange() */
|
||||
@ -157,6 +159,7 @@ explain_outNode(StringInfo str, Plan *plan, int indent, ExplainState *es)
|
||||
pname = "Tee";
|
||||
break;
|
||||
default:
|
||||
pname = NULL;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user