We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb5428 commit e58a944Copy full SHA for e58a944
src/backend/executor/execMain.c
@@ -26,7 +26,7 @@
26
*
27
28
* IDENTIFICATION
29
- * $PostgreSQL: pgsql/src/backend/executor/execMain.c,v 1.262 2005/12/02 20:03:40 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/executor/execMain.c,v 1.263 2006/01/07 22:30:43 tgl Exp $
30
31
*-------------------------------------------------------------------------
32
*/
@@ -1002,6 +1002,7 @@ ExecEndPlan(PlanState *planstate, EState *estate)
1002
!estate->es_into_relation_descriptor->rd_istemp)
1003
{
1004
FlushRelationBuffers(estate->es_into_relation_descriptor);
1005
+ /* FlushRelationBuffers will have opened rd_smgr */
1006
smgrimmedsync(estate->es_into_relation_descriptor->rd_smgr);
1007
}
1008
0 commit comments