/[ports]
ViewVC logotype

Revision 509165


Jump to revision: Previous Next
Author: tobik
Date: Sat Aug 17 19:50:24 2019 UTC (4 years, 10 months ago)
Changed paths: 1
Log Message:
databases/pldebugger does not build with PostgreSQL 11

plpgsql_debugger.c:367:10: error: use of undeclared identifier 'PLPGSQL_DTYPE_EXPR'; did you mean 'PLPGSQL_DTYPE_VAR'?
                                case PLPGSQL_DTYPE_EXPR:
                                     ^~~~~~~~~~~~~~~~~~
                                     PLPGSQL_DTYPE_VAR
/usr/local/include/postgresql/server/plpgsql.h:62:2: note: 'PLPGSQL_DTYPE_VAR' declared here
        PLPGSQL_DTYPE_VAR,
        ^
plpgsql_debugger.c:367:10: error: duplicate case value 'PLPGSQL_DTYPE_VAR'
                                case PLPGSQL_DTYPE_EXPR:
                                     ^
plpgsql_debugger.c:311:10: note: previous case defined here
                                case PLPGSQL_DTYPE_VAR:
                                     ^
plpgsql_debugger.c:550:9: error: use of undeclared identifier 'PLPGSQL_DTYPE_EXPR'; did you mean 'PLPGSQL_DTYPE_VAR'?
                        case PLPGSQL_DTYPE_EXPR:
                             ^~~~~~~~~~~~~~~~~~
                             PLPGSQL_DTYPE_VAR
/usr/local/include/postgresql/server/plpgsql.h:62:2: note: 'PLPGSQL_DTYPE_VAR' declared here
        PLPGSQL_DTYPE_VAR,
        ^
etc.

http://package18.nyi.freebsd.org/data/120amd64-default-PR239514/2019-07-29_20h41m52s/logs/pldebugger-1.0_2,1.log

PR:		239611


Changed paths

Path Details
Directoryhead/databases/pldebugger/Makefile modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27