Content-Length: 273358 | pFad | http://github.com/postgrespro/postgres/commit/a1dc5c60bcd4c458e160bf0e355bed083a1cab57

33 Remove embedded newline in string literal --- seems to make newer gcc · postgrespro/postgres@a1dc5c6 · GitHub
Skip to content

Commit a1dc5c6

Browse files
committed
Remove embedded newline in string literal --- seems to make newer gcc
versions very unhappy, and shouldn't be there anyway.
1 parent 370a709 commit a1dc5c6

File tree

1 file changed

+2
-3
lines changed
  • src/backend/utils/misc

1 file changed

+2
-3
lines changed

src/backend/utils/misc/guc.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Written by Peter Eisentraut <peter_e@gmx.net>.
1111
*
1212
* IDENTIFICATION
13-
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.324 2006/06/27 22:16:44 momjian Exp $
13+
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.325 2006/06/27 23:25:28 tgl Exp $
1414
*
1515
*--------------------------------------------------------------------
1616
*/
@@ -732,8 +732,7 @@ static struct config_bool ConfigureNamesBool[] =
732732
{
733733
{"update_process_title", PGC_SUSET, STATS_COLLECTOR,
734734
gettext_noop("Updates the process title to show the active SQL command."),
735-
gettext_noop("Enables updating of the process title every time a new
736-
SQL command is received by the server.")
735+
gettext_noop("Enables updating of the process title every time a new SQL command is received by the server.")
737736
},
738737
&update_process_title,
739738
true, NULL, NULL

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

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy