Commit 1572800b authored by Bruce Momjian's avatar Bruce Momjian

Fix typo.

parent 1db770f8
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.81 1998/06/08 04:27:59 momjian Exp $ * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.82 1998/06/08 19:15:05 momjian Exp $
* *
* NOTES * NOTES
* *
...@@ -1387,5 +1387,5 @@ PostmasterRandom(void) ...@@ -1387,5 +1387,5 @@ PostmasterRandom(void)
initialized = true; initialized = true;
} }
return ramdom() ^ random_seed; return random() ^ random_seed;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment