Content-Length: 258977 | pFad | http://github.com/postgrespro/postgres/commit/4ad5611055c8381d6a9b54fc11838418a1f14bc9

7F Fix lack of message pluralization · postgrespro/postgres@4ad5611 · GitHub
Skip to content

Commit 4ad5611

Browse files
committed
Fix lack of message pluralization
1 parent 4f47260 commit 4ad5611

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/backend/access/transam/xlogfuncs.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,9 @@ pg_promote(PG_FUNCTION_ARGS)
781781
}
782782

783783
ereport(WARNING,
784-
(errmsg("server did not promote within %d seconds", wait_seconds)));
784+
(errmsg_plural("server did not promote within %d second",
785+
"server did not promote within %d seconds",
786+
wait_seconds,
787+
wait_seconds)));
785788
PG_RETURN_BOOL(false);
786789
}

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/4ad5611055c8381d6a9b54fc11838418a1f14bc9

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy