Обсуждение: pgsql: Add semicolon so snprintf.c goto has a statement to attach to:

Поиск
Список
Период
Сортировка

pgsql: Add semicolon so snprintf.c goto has a statement to attach to:

От
momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Log Message:
-----------
Add semicolon so snprintf.c goto has a statement to attach to:

nochar:
    /* nothing */
    ; /* semicolon required because a goto has to be attached to a statement */

Modified Files:
--------------
    pgsql/src/port:
        snprintf.c (r1.5 -> r1.6)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/snprintf.c.diff?r1=1.5&r2=1.6)