Content-Length: 258748 | pFad | http://github.com/postgrespro/postgres/commit/c340494235111fb87e46b11ca6a87a7a43795f0f

6F Fix another poorly worded error message. · postgrespro/postgres@c340494 · GitHub
Skip to content

Commit c340494

Browse files
committed
Fix another poorly worded error message.
Spotted by Álvaro Herrera.
1 parent c977b8c commit c340494

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bin/initdb/initdb.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2815,7 +2815,8 @@ CreateRestrictedProcess(char *cmd, PROCESS_INFORMATION *processInfo)
28152815
SECURITY_BUILTIN_DOMAIN_RID, DOMAIN_ALIAS_RID_POWER_USERS, 0, 0, 0, 0, 0,
28162816
0, &dropSids[1].Sid))
28172817
{
2818-
fprintf(stderr, _("%s: could not to allocate SIDs: error code %lu\n"), progname, GetLastError());
2818+
fprintf(stderr, _("%s: could not allocate SIDs: error code %lu\n"),
2819+
progname, GetLastError());
28192820
return 0;
28202821
}
28212822

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/c340494235111fb87e46b11ca6a87a7a43795f0f

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy