We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c2d74d commit 840ea24Copy full SHA for 840ea24
src/backend/commands/purge.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/commands/Attic/purge.c,v 1.4 1997/01/10 20:17:17 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/commands/Attic/purge.c,v 1.5 1997/07/29 16:19:26 thomas Exp $
11
12
* Note:
13
* XXX There are many instances of int32 instead of ...Time. These
@@ -85,7 +85,7 @@ RelationPurge(char *relationName,
85
#endif /* defined(PURGEDEBUG) */
86
87
if (PointerIsValid(relativeTimeString)) {
88
- if (isreltime(relativeTimeString, NULL, NULL, NULL) != 1) {
+ if (isreltime(relativeTimeString) != 1) {
89
elog(WARN, "%s: bad relative time string \"%s\"",
90
cmdname, relativeTimeString);
91
}
0 commit comments