| From: | Hannu Krosing <hannuk(at)google(dot)com> |
|---|---|
| To: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | pgbench functions as extension |
| Date: | 2021-08-18 12:21:26 |
| Message-ID: | CAMT0RQSbnqJJKzeLLV3pbuE6vXfs6JC1sWnJSehdoV3o=cd9cA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Has anybody worked on making the pgbench internal functions available
as extensions ?
I mean the ones from " Built-In Functions" [*]
Some of these are probably available in other extensions or even as
builtins but having things like hash_fnv1a() or random_zipfian() which
are guaranteed to have exact same behaviour as the ones in bundled
pgbench would enable more work to be pushed to database and generally
resu;lt in better interoperability for tests.
------
[*] https://www.postgresql.org/docs/13/pgbench.html#PGBENCH-BUILTIN-FUNCTIONS
-----
Hannu Krosing
Google Cloud - We have a long list of planned contributions and we are hiring.
Contact me if interested.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Laurenz Albe | 2021-08-18 12:24:13 | Re: Improve documentation for pg_upgrade, standbys and rsync |
| Previous Message | Andy Fan | 2021-08-18 12:20:45 | Re: Window Function "Run Conditions" |