diff --git a/src/backend/postgres/upgrade.c b/src/backend/postgres/upgrade.c index c22e0669b3..3a987a2263 100644 --- a/src/backend/postgres/upgrade.c +++ b/src/backend/postgres/upgrade.c @@ -1,5 +1,5 @@ /********************************************************************\ - * version.c -- handle back-ward compatible database table upgrades * + * upgrade.c -- handle back-ward compatible database table upgrades * * Copyright (c) 2001 Linas Vepstas * * * * This program is free software; you can redistribute it and/or * @@ -21,10 +21,6 @@ \********************************************************************/ -/* -handle versions -*/ - #define _GNU_SOURCE #include "config.h"