Foreign keys in pgbench - Mailing list pgsql-hackers

From Jeff Janes
Subject Foreign keys in pgbench
Date
Msg-id CAMkU=1ys1bewK6WJcUdSDarCB-oQXPQYK-=CoVnw6G1ycYahCg@mail.gmail.com
Whole thread Raw
Responses Re: Foreign keys in pgbench
Re: Foreign keys in pgbench
List pgsql-hackers
I think that pgbench should it make it easy to assess the impact of
foreign key constraints.

The attached adds a --foreign-keys option to initialization mode which
creates all the relevant constraints between the default tables.

I changed the order of the table DDLs so that upon reinitialization
the tables are dropped in an order that does not lead to dependency
problems.

I'll add it CFNext.

Thanks,

Jeff

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Bugs in our Windows socket code
Next
From: Peter Geoghegan
Date:
Subject: Re: WaitLatchOrSocket API needs more thought for socket error conditions