aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/pquery.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2000-06-04 01:44:38 +0000
committerPeter Eisentraut <peter_e@gmx.net>2000-06-04 01:44:38 +0000
commit209aa77d98d8d44b329e942e6f15aec1284db2ca (patch)
treed68949ba2f6d558aae721aca8bfd35de4cfdb387 /src/backend/tcop/pquery.c
parent2ea370a3ceea5f3a30df709dea08c41c1f19e486 (diff)
downloadpostgresql-209aa77d98d8d44b329e942e6f15aec1284db2ca.tar.gz
postgresql-209aa77d98d8d44b329e942e6f15aec1284db2ca.zip
New ps display code, works on more platforms.
Install a default configuration file. Clean up some funny business in the config file code.
Diffstat (limited to 'src/backend/tcop/pquery.c')
-rw-r--r--src/backend/tcop/pquery.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/tcop/pquery.c b/src/backend/tcop/pquery.c
index 0758a9532ad..dfc0f4e892b 100644
--- a/src/backend/tcop/pquery.c
+++ b/src/backend/tcop/pquery.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/tcop/pquery.c,v 1.30 2000/01/26 05:57:07 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/tcop/pquery.c,v 1.31 2000/06/04 01:44:33 petere Exp $
*
*-------------------------------------------------------------------------
*/
@@ -204,7 +204,7 @@ ProcessQueryDesc(QueryDesc *queryDesc, Node *limoffset, Node *limcount)
plan = queryDesc->plantree;
operation = queryDesc->operation;
- PS_SET_STATUS(tag = CreateOperationTag(operation));
+ set_ps_display(tag = CreateOperationTag(operation));
dest = queryDesc->dest;
/* ----------------