]> granicus.if.org Git - postgresql/blobdiff - src/backend/storage/file/fd.c
Message editing: remove gratuitous variations in message wording, standardize
[postgresql] / src / backend / storage / file / fd.c
index 0ff3451a1637d288c54f9d1bcf4adb4f0d1fa3a8..5a31161e4b23b067b0967563bb3e9b6aba93b112 100644 (file)
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/file/fd.c,v 1.101 2003/08/04 02:40:03 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/file/fd.c,v 1.102 2003/09/25 06:58:02 petere Exp $
  *
  * NOTES:
  *
@@ -331,7 +331,7 @@ pg_nofile(void)
                if ((no_files - RESERVE_FOR_LD) < FD_MINFREE)
                        ereport(FATAL,
                                        (errcode(ERRCODE_INSUFFICIENT_RESOURCES),
-                                        errmsg("insufficient file descriptors available to start backend"),
+                                        errmsg("insufficient file descriptors available to start server process"),
                                         errdetail("System allows %ld, we need at least %d.",
                                                           no_files, RESERVE_FOR_LD + FD_MINFREE)));