Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 538d685

Browse files
committed
Some more cleanup of CVS keyword noise.
Poking around for remaining occurrences of CVS keyword strings, I came across one that apparently reflects the use of a $Revision: ...$ string in the original input data. Dunno why anybody would be using that in an MTA's Received: lines, but there it is. Put it back to the way that it was originally, according to inspection of the CVS repo.
1 parent a6d4089 commit 538d685

File tree

1 file changed

+1
-1
lines changed
  • src/backend/optimizer/plan

1 file changed

+1
-1
lines changed

src/backend/optimizer/plan/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ From [email protected] Fri Feb 13 09:01:19 1998
1010
Received: from renoir.op.net ([email protected] [209.152.193.4])
1111
by candle.pha.pa.us (8.8.5/8.8.5) with ESMTP id JAA11576
1212
for <[email protected]>; Fri, 13 Feb 1998 09:01:17 -0500 (EST)
13-
Received: from hub.org (hub.org [209.47.148.200]) by renoir.op.net (o1/$Revision: 1.4 $) with ESMTP id IAA09761 for <[email protected]>; Fri, 13 Feb 1998 08:41:22 -0500 (EST)
13+
Received: from hub.org (hub.org [209.47.148.200]) by renoir.op.net (o1/$Revision: 1.14 $) with ESMTP id IAA09761 for <[email protected]>; Fri, 13 Feb 1998 08:41:22 -0500 (EST)
1414
Received: from localhost (majordom@localhost) by hub.org (8.8.8/8.7.5) with SMTP id IAA08135; Fri, 13 Feb 1998 08:40:17 -0500 (EST)
1515
Received: by hub.org (TLB v0.10a (1.23 tibbs 1997/01/09 00:29:32)); Fri, 13 Feb 1998 08:38:42 -0500 (EST)
1616
Received: (from majordom@localhost) by hub.org (8.8.8/8.7.5) id IAA06646 for pgsql-hackers-outgoing; Fri, 13 Feb 1998 08:38:35 -0500 (EST)

0 commit comments

Comments
 (0)