Maxim Sherstuk

Results 3 issues of Maxim Sherstuk

root@astrarm:/opt/build/pg_pathman-1.5.11# make install USE_PGXS=1 gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -g -g -O2 -fdebug-prefix-map=/build/postgresql-9.6/postgresql-9.6-9.6.10=. -Wformat -Werror=format-security -I/usr/include/mit-krb5 -fPIC -pie -fPIC -I/opt/build/pg_pathman-1.5.11/src/include -I. -I./ -I/usr/include/postgresql/9.6/server...

- Neo4j version: 4.3.19 - Operating system: Ubuntu 20.04.5 LTS - API/Driver: http://localhost:7474/browser/ tutorial "Movie Graph Guide", step 3 - **Steps to reproduce** - Expected behavior - CREATE CONSTRAINT ON...

bug

Hello! I [found](https://github.com/temporalio/temporal/blob/main/schema/cassandra/temporal/schema.cql#L185) creating indexes in schema description: ``` CREATE INDEX cm_lastheartbeat_idx on cluster_membership (last_heartbeat); CREATE INDEX cm_sessionstart_idx on cluster_membership (session_start); ``` As i know, indexes are not very good...

enhancement