diff --git a/src/backend/postgres/PostgresBackend.c b/src/backend/postgres/PostgresBackend.c index 94cace3002..cd4396aa93 100644 --- a/src/backend/postgres/PostgresBackend.c +++ b/src/backend/postgres/PostgresBackend.c @@ -389,7 +389,6 @@ pgendFillOutToCheckpoint (PGBackend *be, const char *query_string) pgendCopySplitsToEngine (be, trans); } - /* hack alert !! deal with kvp later -- huge sucking sound ! */ /* restore any kvp data associated with the transaction and splits */ for (node=xaction_list; node; node=node->next) {