-
I tried to install the library on both version 14 and 15 on debian and ubuntu. I always get the same message
`postgres=# create extension firebird_fdw;
ERROR: could not load library "/usr/lib/pos…
-
in isql-fb
```
Use CONNECT or CREATE DATABASE to specify a database
SQL>CREATE DATABASE '/var/firebird/Пример.fdb' USER 'SYSDBA' PASSWORD 'masterkey' DEFAULT CHARACTER SET UTF8;
```
then
```
SQ…
-
Hi,
PostgreSQL 17 Beta1 is out. firebird_fdw fails to build against v17. I had to edit Makefile to add 17, but still:
> gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-stateme…
-
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=73508475d69e90f98ebd9b7e1a5933a26a49c5e9 has removed has removed pg_atoi
As a result packaged firebird_fdw cannot be loaded into P…
-
Hello, @ibarwick!
You have powerful inspired me for C FDW contributing. Some hours ago I have implemented [UUID support for sqlite_fdw](https://github.com/mkgrgis/sqlite_fdw/tree/draft_uuid) and ch…
-
Hi @ibarwick ,
libfq 0.5.0 fails to build on Fedora 40 (GCC 14). Can you please take a look? Thanks!
```
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./include -I./include -I/usr/include/fire…
-
The last `fbsql` + `libfq` with `(gdb) run`, around of https://github.com/ibarwick/libfq/blob/ff56b4d898d654cca5cab97a89ea2804ecd435ec/src/libfq.c#L2564
```
Starting program: /usr/bin/fbsql -d /tmp/…
-
Ubuntu, gcc, make
```
cd 'fbsql-master'
configure --prefix='/usr';
```
output
```
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output f…
-
To libfq 0.4.3.
-
There is clean gcc (10.2.1 20210110) output for firebird_fdw, but warnings for libfq.
```
src/libfq.c: In function ‘_FQexecParams’:
src/libfq.c:1904:36: warning: initialization of ‘isc_blob_handl…