Skip to content

Commit e8ec0b1

Browse files
committed
Message fixes
1 parent 82480e2 commit e8ec0b1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/backend/libpq/hba.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
*
1212
* IDENTIFICATION
13-
* $PostgreSQL: pgsql/src/backend/libpq/hba.c,v 1.186 2009/06/11 14:48:58 momjian Exp $
13+
* $PostgreSQL: pgsql/src/backend/libpq/hba.c,v 1.187 2009/06/21 20:15:32 petere Exp $
1414
*
1515
*-------------------------------------------------------------------------
1616
*/
@@ -705,7 +705,7 @@ parse_hba_line(List *line, int line_num, HbaLine *parsedline)
705705
{
706706
ereport(LOG,
707707
(errcode(ERRCODE_CONFIG_FILE_ERROR),
708-
errmsg("end-of-line before ip address specification"),
708+
errmsg("end-of-line before IP address specification"),
709709
errcontext("line %d of configuration file \"%s\"",
710710
line_num, HbaFileName)));
711711
return false;

src/backend/utils/adt/arrayfuncs.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/utils/adt/arrayfuncs.c,v 1.158 2009/06/20 18:45:28 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/utils/adt/arrayfuncs.c,v 1.159 2009/06/21 20:15:32 petere Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -4396,7 +4396,7 @@ array_fill_with_lower_bounds(PG_FUNCTION_ARGS)
43964396
if (PG_ARGISNULL(1) || PG_ARGISNULL(2))
43974397
ereport(ERROR,
43984398
(errcode(ERRCODE_NULL_VALUE_NOT_ALLOWED),
4399-
errmsg("dimension array or low bound array cannot be NULL")));
4399+
errmsg("dimension array or low bound array must not be null")));
44004400

44014401
dims = PG_GETARG_ARRAYTYPE_P(1);
44024402
lbs = PG_GETARG_ARRAYTYPE_P(2);
@@ -4436,7 +4436,7 @@ array_fill(PG_FUNCTION_ARGS)
44364436
if (PG_ARGISNULL(1))
44374437
ereport(ERROR,
44384438
(errcode(ERRCODE_NULL_VALUE_NOT_ALLOWED),
4439-
errmsg("dimension array or low bound array cannot be NULL")));
4439+
errmsg("dimension array or low bound array must not be null")));
44404440

44414441
dims = PG_GETARG_ARRAYTYPE_P(1);
44424442

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy