# HG changeset patch # User Steve Losh # Date 1581906784 18000 # Node ID e14950a44130df7f49e42b5638eb2de1e09d038d # Parent 63a3444694cd2df03d117b2bd9d0fe015ca8b8d4 Update diff -r 63a3444694cd -r e14950a44130 README.markdown --- a/README.markdown Wed Feb 12 23:10:01 2020 -0500 +++ b/README.markdown Sun Feb 16 21:33:04 2020 -0500 @@ -733,3 +733,15 @@ out how to ergonomically plot it with gnuplot, and figuring out how to do decent histogram and CDF plots. I'm not thrilled with what I came up with, but it'll have to do for now because it's already 11 PM. + +## 2020-02-15 + +Tracked down the root cause of https://github.com/dimitri/pgloader/issues/1005 +— need to write it up in a comment. + +## 2020-02-16 + +Finished the `make` book. I'm becoming less and less enthusiastic about `make` +the more I learn about it and see real-world examples of it. + +Wrote up the pgloader issue debugging comment.