mirror of
https://github.com/postgres/postgres.git
synced 2026-07-16 05:02:57 -04:00
Fixed ECPG regression test to make sure it uses absolute paths for include
files instead of relative ones which break vpath builds.
This commit is contained in:
parent
0885dd1517
commit
ecac5e6bfc
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#include "../regression.h"
|
||||
#include <../regression.h>
|
||||
|
||||
exec sql begin declare section;
|
||||
#include "strings.h"
|
||||
#include <strings.h>
|
||||
exec sql end declare section;
|
||||
|
||||
int main(void)
|
||||
|
|
|
|||
Loading…
Reference in a new issue