diff --git a/src/backend/tcop/fastpath.c b/src/backend/tcop/fastpath.c
index af58e4e..26cf042 100644
*** a/src/backend/tcop/fastpath.c
--- b/src/backend/tcop/fastpath.c
*************** HandleFunctionRequest(StringInfo msgBuf)
*** 303,308 ****
--- 303,310 ----
  				 errmsg("current transaction is aborted, "
  						"commands ignored until end of transaction block")));
  
+ 	set_ps_display("FASTPATH", false);
+ 
  	/*
  	 * Now that we know we are in a valid transaction, set snapshot in case
  	 * needed by function itself or one of the datatype I/O routines.
