songjinzhou

Results 8 comments of songjinzhou

```sql postgres=# insert into dt2 values (1,1),(5,3),(7,9),(4,4),(3,0),(2,2); INSERT 0 6 postgres=# set citus.log_remote_commands=on; SET postgres=# select * from ( select tt.* from ( select * from dt2 order by a)...

You misunderstood what I meant. I mean: I want to modify the source code of pg_cron to support second-level accuracy. > Might be related to this issue: > #6

> Might be related to this issue: > #6 In fact, I have written a version of the code, which is added to the source code of pg_cron. I am...

Hello, everyone. I just submitted my code. Interested friends can check and communicate. [mycode here](https://github.com/citusdata/pg_cron/pull/149)

> our forks will be release in end of Q1, we have support for second granularity and TZ. I am very happy to see that the developers of pg_cron support...

This place is very strange, something doesn't feel right ![image](https://user-images.githubusercontent.com/49380232/207766873-38b1c813-7a6c-446a-8349-011e043cf2a1.png)

@marcocitus I think the completion of the task has no necessary relationship with the state of GetBackgroundWorkerPid, right?

Hello, I did a regression test on pg15.1 and found a problem: I guess it may be related to the process (role) of playing back data files. I rolled back...