You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of order initialization issue, we have to initialize the stamp inside the call of parent class constructor via `new` method, and then destroy in in the destructor.
322
+
Because of initialization order issue, we have to initialize the stamp inside the call of parent class constructor via `new` method, and then destroy in in the destructor.
323
323
324
324
Here do not need to implement `maxSize()` and `maxSize()`, as Galley properly implements them for us.
325
-
So we need only to implement Extract method we need.
325
+
We implement only the Extract method we need.
326
326
327
327
328
328
```
@@ -425,13 +425,11 @@ Code is quite clear (I hope), except for the code of Galley, that are a bit intr
425
425
3. Read tests.
426
426
Tests are located in `t` directory.
427
427
Much effort were put into covering all LibBlobStamper functionality with tests.
428
-
So if some functionality is not covered with this README, or with standalone examples,
429
-
you can find examples of usage in the tests.
428
+
So if some functionality is not covered with this README, or with standalone examples, you can find examples of usage in the tests.
430
429
431
430
## Authors
432
431
433
-
LibBlobStamper were created by Nikolay Shaplov from Postgres Porfessional at
434
-
2021-2022.
432
+
LibBlobStamper were created by Nikolay Shaplov from Postgres Porfessional in 2021-2022.
435
433
436
434
You can contact me via e-mail: `[email protected]` or via matrix: `@n.shaplov:postgrespro.ru`.
437
435
E-mail lists and chat rooms will be created when they are needed.
0 commit comments