Re: [External] : Re: New candidate JEP: 471: Deprecate the Memory-Access Methods in sun.misc.Unsafe for Removal

2024-06-11 Thread Ron Pressler
ay, “here are your state components, now construct an object”. That is the broad idea outlined in Brian’s “Toward Better Serialization”[1] (if such a mechanism is ultimately introduced, the concrete details will likely be different). — Ron [1]: https://openjdk.org/projects/amber/design-notes/towards-better-serialization

Re: [External] : Re: New candidate JEP: 471: Deprecate the Memory-Access Methods in sun.misc.Unsafe for Removal

2024-06-11 Thread Ron Pressler
custom serialization, serialization libraries should report which JDK classes they commonly serialize and what public constructors they are missing, if any. — Ron

Re: Multiple tables row insertions from single psql input file

2024-06-10 Thread Ron Johnson
On Mon, Jun 10, 2024 at 5:16 PM David G. Johnston < david.g.johns...@gmail.com> wrote: > On Mon, Jun 10, 2024 at 12:43 PM Ron Johnson >> wrote: > > >> Most useful to you will be some number of "ALTER TABLE DISABLE >> TRIGGER ALL;" statements near

Re: Multiple tables row insertions from single psql input file

2024-06-10 Thread Ron Johnson
On Mon, Jun 10, 2024 at 4:06 PM Rich Shepard wrote: > On Mon, 10 Jun 2024, Ron Johnson wrote: > > > With enough clever scripting you can create a .sql file that does almost > > anything. > > Ron, > > My projects don't all use SQL so I'm far from a clever s

Re: Multiple tables row insertions from single psql input file

2024-06-10 Thread Ron Johnson
On Mon, Jun 10, 2024 at 2:50 PM Rich Shepard wrote: > My business tracking database has three main tables: company, location, > contact. The company and contact primary keys are sequences. > > I've been adding new rows using INSERT INTO files separately for each table > after manually finding

Re: Escaping single quotes with backslash seems not to work

2024-06-10 Thread Ron Johnson
On Mon, Jun 10, 2024 at 11:42 AM David G. Johnston < david.g.johns...@gmail.com> wrote: > On Mon, Jun 10, 2024 at 8:19 AM Ron Johnson > wrote: > >> >> "set standard_encoding_strings = on" is at the top, and there's no other >> reference to it. &g

Re: Escaping single quotes with backslash seems not to work

2024-06-10 Thread Ron Johnson
On Mon, Jun 10, 2024 at 11:08 AM Tom Lane wrote: > Ron Johnson writes: > > On Mon, Jun 10, 2024 at 10:56 AM David G. Johnston < > > david.g.johns...@gmail.com> wrote: > >> As the caution on that page says the default for standard conforming > >> strings

Re: Escaping single quotes with backslash seems not to work

2024-06-10 Thread Ron Johnson
On Mon, Jun 10, 2024 at 10:56 AM David G. Johnston < david.g.johns...@gmail.com> wrote: > On Monday, June 10, 2024, Ron Johnson wrote: > >> On Mon, Jun 10, 2024 at 10:08 AM David G. Johnston < >> david.g.johns...@gmail.com> wrote: >> >>> On Mon, J

Re: Escaping single quotes with backslash seems not to work

2024-06-10 Thread Ron Johnson
On Mon, Jun 10, 2024 at 10:08 AM David G. Johnston < david.g.johns...@gmail.com> wrote: > On Mon, Jun 10, 2024 at 7:02 AM Ron Johnson > wrote: > >> PG 9.6 and PG 14 >> >> >> https://www.postgresql.org/docs/14/sql-syntax-lexical.html#SQL-SYNTAX-CONSTAN

Escaping single quotes with backslash seems not to work

2024-06-10 Thread Ron Johnson
PG 9.6 and PG 14 https://www.postgresql.org/docs/14/sql-syntax-lexical.html#SQL-SYNTAX-CONSTANTS [quote] Any other character following a backslash is taken literally. Thus, to include a backslash character, write two backslashes (\\). Also, a single quote can be included in an escape string by

Re: Question on pg_cron

2024-06-08 Thread Ron Johnson
On Sat, Jun 8, 2024 at 5:31 AM yudhi s wrote: > Hello All, > > We have around 10 different partition tables for which the partition > maintenance is done using pg_partman extension. These tables have foreign > key dependency between them. We just called partman.run_maintanance_proc() > through

Re: [External] : Re: New candidate JEP: 471: Deprecate the Memory-Access Methods in sun.misc.Unsafe for Removal

2024-06-07 Thread Ron Pressler
what constructors we should add to support serialization that doesn't violate integrity. — Ron

[Int-area] Re: Reverse Traceroute Alternative

2024-06-07 Thread Ron Bonica
? Ron Hi Ron, you raise a valid point, which however is not specific to reverse traceroute but applies to regular traceroute just as well, since we perform the exact same operation. One way to deal

Re: Poor performance after restoring database from snapshot on AWS RDS

2024-06-07 Thread Ron Johnson
On Fri, Jun 7, 2024 at 4:36 AM Sam Kidman wrote: > > This is due to the way that RDS restores snapshots. > > Thanks, I never would have guessed. Would vacuum analyze be sufficient > to defeat the lazy loading or would we need to do something more > specific to our application? (for example.

Re: PG 14 pg_basebackup accepts --compress=server-zst option

2024-06-07 Thread Ron Johnson
On Fri, Jun 7, 2024 at 12:32 AM David G. Johnston < david.g.johns...@gmail.com> wrote: > On Thursday, June 6, 2024, Kashif Zeeshan wrote: > >> Hi >> >> On Fri, Jun 7, 2024 at 6:54 AM Ron Johnson >> wrote: >> >>> >>> https://www.post

PG 14 pg_basebackup accepts --compress=server-zst option

2024-06-06 Thread Ron Johnson
https://www.postgresql.org/docs/14/app-pgbasebackup.html doesn't mention "--compress=[{client|server}-]method". That first appears in the v15 docs. And yet pg_basebackup doesn't complain about an invalid option. (Technically, this is a bug; I first noticed it a week after copying a script from a

[jira] [Updated] (SPARK-48555) Support Column type for several SQL functions in scala and python

2024-06-06 Thread Ron Serruya (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Serruya updated SPARK-48555: Priority: Major (was: Minor) > Support Column type for several SQL functions in scala and pyt

Re: Logical replication type- WAL recovery fails and changes the size of wal segment in archivedir

2024-06-06 Thread Ron Johnson
On Wed, Jun 5, 2024 at 6:26 AM Laurenz Albe wrote: > On Wed, 2024-06-05 at 06:36 +, Meera Nair wrote: > > 2024-06-05 11:41:32.369 IST [54369] LOG: restored log file > "00050001006A" from archive > > 2024-06-05 11:41:33.112 IST [54369] LOG: restored log file >

Re: Can't Remote connection by IpV6

2024-06-06 Thread Ron Johnson
On Thu, Jun 6, 2024 at 11:03 AM Adrian Klaver wrote: > On 6/6/24 07:46, Marcelo Marloch wrote: > > Hi everyone, is it possible to remote connect through IpV6? IpV4 works > > fine but I cant connect through V6 > > > > postgresql.conf is to listen all address and pg_hba.conf is set with > > host

[jira] [Updated] (SPARK-48091) Using `explode` together with `transform` in the same select statement causes aliases in the transformed column to be ignored

2024-06-06 Thread Ron Serruya (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Serruya updated SPARK-48091: Description: When using an `explode` function, and `transform` function in the same select

[jira] [Updated] (SPARK-48091) Using `explode` together with `transform` in the same select statement causes aliases in the transformed column to be ignored

2024-06-06 Thread Ron Serruya (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Serruya updated SPARK-48091: Environment: Scala 2.12.15, Python 3.10, 3.12, OSX 14.4 and Databricks DBR 13.3, 14.3, Pyspark

[jira] [Updated] (SPARK-48091) Using `explode` together with `transform` in the same select statement causes aliases in the transformed column to be ignored

2024-06-06 Thread Ron Serruya (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Serruya updated SPARK-48091: Component/s: Spark Core (was: PySpark) > Using `explode` toget

[jira] [Updated] (SPARK-48091) Using `explode` together with `transform` in the same select statement causes aliases in the transformed column to be ignored

2024-06-06 Thread Ron Serruya (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Serruya updated SPARK-48091: Labels: alias (was: PySpark alias) > Using `explode` together with `transform` in the s

[Int-area] Re: Reverse Traceroute Alternative

2024-06-06 Thread Ron Bonica
? Ron Juniper Business Use Only ___ Int-area mailing list -- int-area@ietf.org To unsubscribe send an email to int-area-le...@ietf.org

[jira] [Created] (SPARK-48555) Support Column type for several SQL functions in scala and python

2024-06-06 Thread Ron Serruya (Jira)
Ron Serruya created SPARK-48555: --- Summary: Support Column type for several SQL functions in scala and python Key: SPARK-48555 URL: https://issues.apache.org/jira/browse/SPARK-48555 Project: Spark

[jira] [Updated] (SPARK-48555) Support Column type for several SQL functions in scala and python

2024-06-06 Thread Ron Serruya (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Serruya updated SPARK-48555: Description: Currently, several SQL functions accept both native types and Columns, but only

(flink) branch master updated (9708f9fd657 -> f462926ad9c)

2024-06-06 Thread ron
This is an automated email from the ASF dual-hosted git repository. ron pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git from 9708f9fd657 [FLINK-35501] Use common IO thread pool for RocksDB data transfer add 42289bd2c69 [FLINK-35201][table

Re: Heading Level Access In Safari Browser

2024-06-06 Thread Ron Canazzi
then flick down with one finger and that should take you from heading to heading. To go up flick up. If you can't find the heading option in the rotor then you must add it in the VoiceOver rotor settings. Good luck! -Original Message- From: viphone@googlegroups.com On Behalf Of Ron Canazzi

(flink) 02/03: [FLINK-35200][table] Support the execution of suspend, resume materialized table in full refresh mode

2024-06-04 Thread ron
This is an automated email from the ASF dual-hosted git repository. ron pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit 9b51711d00a2e1bd93f5a474b9c99b542aaf27cf Author: Feng Jin AuthorDate: Sat Jun 1 23:43:54 2024 +0800 [FLINK-35200

(flink) branch master updated (62f9de806ac -> 2e158fe300f)

2024-06-04 Thread ron
This is an automated email from the ASF dual-hosted git repository. ron pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git from 62f9de806ac fixup! [FLINK-35351][checkpoint] Fix fail during restore from unaligned checkpoint with custom partitioner

(flink) 01/03: [FLINK-35200][table] Add dynamic options for ResumeRefreshWorkflow

2024-06-04 Thread ron
This is an automated email from the ASF dual-hosted git repository. ron pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit 8d1e043b0c4277582b8862c2bc3314631eec4a7b Author: Feng Jin AuthorDate: Sat Jun 1 23:43:07 2024 +0800 [FLINK-35200

(flink) 03/03: [FLINK-35200][table] Fix missing clusterInfo in materialized table refresh rest API return value

2024-06-04 Thread ron
This is an automated email from the ASF dual-hosted git repository. ron pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit 2e158fe300f6e93ba9b3d600e0237237ac0b2131 Author: Feng Jin AuthorDate: Tue Jun 4 01:56:08 2024 +0800 [FLINK-35200

Re: Purpose of pg_dump tar archive format?

2024-06-04 Thread Ron Johnson
On Tue, Jun 4, 2024 at 3:47 PM Gavin Roy wrote: > > On Tue, Jun 4, 2024 at 3:15 PM Ron Johnson > wrote: > >> >> But why tar instead of custom? That was part of my original question. >> > > I've found it pretty useful for programmatically accessing data in

[jira] [Commented] (OLINGO-1624) Serialization performance regression in Olingo 5

2024-06-04 Thread Ron Passerini (Jira)
[ https://issues.apache.org/jira/browse/OLINGO-1624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17852208#comment-17852208 ] Ron Passerini commented on OLINGO-1624: --- I've attached a patch for 5.0 that will  # Still handle

[jira] [Updated] (OLINGO-1624) Serialization performance regression in Olingo 5

2024-06-04 Thread Ron Passerini (Jira)
[ https://issues.apache.org/jira/browse/OLINGO-1624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Passerini updated OLINGO-1624: -- Attachment: 0001-OLINGO-1624-Fix-performance-issue-for-resolving-EdmP.patch > Serializat

[jira] [Updated] (OLINGO-1625) The serializers have performance issues when Entities contain very large numbers of Properties

2024-06-04 Thread Ron Passerini (Jira)
[ https://issues.apache.org/jira/browse/OLINGO-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Passerini updated OLINGO-1625: -- Flags: Patch Description: I've implemented an OData service that serves up some

[jira] [Updated] (OLINGO-1625) The serializers have performance issues when Entities contain very large numbers of Properties

2024-06-04 Thread Ron Passerini (Jira)
[ https://issues.apache.org/jira/browse/OLINGO-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Passerini updated OLINGO-1625: -- Attachment: 0001-OLINGO-1625-Fix-performance-problem-in-serializers-f.patch > The serializ

Re: Purpose of pg_dump tar archive format?

2024-06-04 Thread Ron Johnson
On Tue, Jun 4, 2024 at 2:55 PM Rob Sargent wrote: > > > On 6/4/24 11:40, Shaheed Haque wrote: > > > > We use it. I bet lots of others do too. > > > > > > Of course. There are lots of small, real, useful databases in the wild. > But why tar instead of custom? That was part of my original

[jira] [Created] (OLINGO-1625) The serializers have performance issues when Entities contain very large numbers of Properties

2024-06-04 Thread Ron Passerini (Jira)
Ron Passerini created OLINGO-1625: - Summary: The serializers have performance issues when Entities contain very large numbers of Properties Key: OLINGO-1625 URL: https://issues.apache.org/jira/browse/OLINGO-1625

Re: Purpose of pg_dump tar archive format?

2024-06-04 Thread Ron Johnson
On Tue, Jun 4, 2024 at 10:43 AM Adrian Klaver wrote: > On 6/4/24 05:13, Ron Johnson wrote: > > It doesn't support compression nor restore reordering like the custom > > format, so I'm having trouble seeing why it still exists (at least > > without a doc warning that it's o

Purpose of pg_dump tar archive format?

2024-06-04 Thread Ron Johnson
It doesn't support compression nor restore reordering like the custom format, so I'm having trouble seeing why it still exists (at least without a doc warning that it's obsolete).

Re: Postgresql 16.3 Out Of Memory

2024-06-03 Thread Ron Johnson
On Mon, Jun 3, 2024 at 9:12 AM Greg Sabino Mullane wrote: > On Mon, Jun 3, 2024 at 6:19 AM Radu Radutiu wrote: > >> Do you have any idea how to further debug the problem? >> > > Putting aside the issue of non-reclaimed memory for now, can you show us > the actual query? The explain analyze you

Re: RFR: 8330846: Add stacks of mounted virtual threads to the HotSpot thread dump [v6]

2024-06-03 Thread Ron Pressler
On Mon, 3 Jun 2024 11:26:27 GMT, Inigo Mediavilla Saiz wrote: >> Print the stack traces of mounted virtual threads when calling `jcmd >> Thread.print`. > > Inigo Mediavilla Saiz has updated the pull request incrementally with one > additional commit since the last revision: > > Add

[kdenlive] [Bug 487950] New: Title dialog "+X" and "+Y" fields max out at 5000

2024-06-03 Thread Ron
he snap-to grid were configurable. Cheers, Ron -- You are receiving this mail because: You are watching all bug changes.

[kdenlive] [Bug 487947] New: Subtitle .srt files are not autosaved with the project file

2024-06-03 Thread Ron
recently that changes to the subtitles are *not* saved and do not get restored. Any changes to them since the last manual save will be lost. It would be nice if they get automatically backed up along with the project files. Thanks! Ron -- You are receiving this mail because: You are watching all

(flink) branch master updated (f3a3f926c6c -> e4fa72d9e48)

2024-06-01 Thread ron
This is an automated email from the ASF dual-hosted git repository. ron pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git from f3a3f926c6c [FLINK-35483][runtime] Fix unstable BatchJobRecoveryTest. new 309e3246e02 [FLINK-35199][table] Remove

(flink) 01/02: [FLINK-35199][table] Remove dynamic options and add initialization configuration to CreatePeriodicRefreshWorkflow

2024-06-01 Thread ron
This is an automated email from the ASF dual-hosted git repository. ron pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit 309e3246e0232a0a363aa44ab6d5524133f8f548 Author: Feng Jin AuthorDate: Fri May 31 11:41:12 2024 +0800 [FLINK-35199

(flink) 02/02: [FLINK-35199][table] Support the execution of create materialized table in full refresh mode

2024-06-01 Thread ron
This is an automated email from the ASF dual-hosted git repository. ron pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit e4fa72d9e480664656818395741c37a9995f9334 Author: Feng Jin AuthorDate: Fri May 31 11:52:18 2024 +0800 [FLINK-35199

Re: ERROR: found xmin from before relfrozenxid; MultiXactid does no longer exist -- apparent wraparound

2024-06-01 Thread Ron Johnson
On Fri, May 31, 2024 at 1:25 PM Alanoly Andrews wrote: > Yes, and I know that upgrading the Postgres version is the stock answer > for situations like this. The upgrade is in the works. > *Patching *was the solution. It takes *five minutes*. Here's how I did it (since our RHEL systems are

[kdenlive] [Bug 485356] External proxy preset, error when setting multiple profiles

2024-05-31 Thread Ron
https://bugs.kde.org/show_bug.cgi?id=485356 Ron changed: What|Removed |Added Version|git-master |24.05.0 Platform|Debian stable

Heading Level Access In Safari Browser

2024-05-31 Thread Ron Canazzi
Hi Group, I finally was able to change some settings in Safari Browser on the iPhone to get it to display HTML files that are stored locally on the iPhone.  I  created my modified Dice Football Game Play Sheet by using headings to more quickly navigate from play list to play list.  I have

[kdenlive] [Bug 485356] External proxy preset, error when setting multiple profiles

2024-05-31 Thread Ron
https://bugs.kde.org/show_bug.cgi?id=485356 --- Comment #1 from Ron --- Hi, Just a followup to this now that the external proxy editing dialog has been enabled in 24.05.0. The bug I noted here is still present in the 24.05.0 appimage. I can see it manifest if I just open that dialog

(flink) branch master updated (ce0b61f376b -> 2c35e48addf)

2024-05-29 Thread ron
This is an automated email from the ASF dual-hosted git repository. ron pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git from ce0b61f376b [FLINK-35351][checkpoint] Clean up and unify code for the custom partitioner test case add bc14d551e04

[TICTOC]Re: Enterprise Profile: Support for Non standard TCs

2024-05-28 Thread Ron Cohen
mappings? Thanks Ron From: Doug Arnold Sent: Tuesday, May 28, 2024 4:52 PM To: Ron Cohen ; tictoc@ietf.org Subject: [EXTERNAL] Re: Enterprise Profile: Support for Non standard TCs Prioritize security for external emails: Confirm sender and content safety before clicking links or opening attachments

Re: [Semibug] tragedy of systemd: was: OT: is there any office package (especially spreadsheet) that lets me choose a PEN color

2024-05-28 Thread Ron / BCLUG
Ron / BCLUG wrote on 2024-05-27 18:10: you'll love both the runit and s6 init systems. That's great, I didn't know they ran startup stuff in parallel. Is it achieved through "script_name &" or something else? Answering myself, runit looks kinda nifty according t

(flink) 02/02: [FLINK-35425][table-common] Support convert freshness to cron expression in full refresh mode

2024-05-28 Thread ron
This is an automated email from the ASF dual-hosted git repository. ron pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit 49f22254a78d554ac49810058c209297331129cd Author: fengli AuthorDate: Mon May 27 20:54:39 2024 +0800 [FLINK-35425][table

(flink) 01/02: [FLINK-35425][table-common] Introduce IntervalFreshness to support materialized table full refresh mode

2024-05-28 Thread ron
This is an automated email from the ASF dual-hosted git repository. ron pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit 61a68bc9dc74926775dd546af64fe176782f70ba Author: fengli AuthorDate: Fri May 24 12:24:49 2024 +0800 [FLINK-35425][table

(flink) branch master updated (6c417719972 -> 49f22254a78)

2024-05-28 Thread ron
This is an automated email from the ASF dual-hosted git repository. ron pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git from 6c417719972 [hotfix] Fix modification conflict between FLINK-35465 and FLINK-35359 new 61a68bc9dc7 [FLINK-35425

Re: [Semibug] tragedy of systemd: was: OT: is there any office package (especially spreadsheet) that lets me choose a PEN color

2024-05-27 Thread Ron / BCLUG
Steve Litt wrote on 2024-05-27 05:24: If you like parallelism, It is a compelling idea... you'll love both the runit and s6 init systems. That's great, I didn't know they ran startup stuff in parallel. Is it achieved through "script_name &" or something else? Try em, you'll like em.

Re: [Semibug] tragedy of systemd: was: OT: is there any office package (especially spreadsheet) that lets me choose a PEN color

2024-05-27 Thread Ron / BCLUG
Jonathan Drews wrote on 2024-05-27 14:43: There's a lot of cross-over with servers and software between the FLOSS families. >> How would you know if you don't run FreeBSD or OpenBSD? Because I'm not stupid? I mean, that's a really dumb question; are you disputing the overlap between Linux

Re: [Semibug] tragedy of systemd: was: OT: is there any office package (especially spreadsheet) that lets me choose a PEN color

2024-05-27 Thread Ron / BCLUG
Jonathan Drews wrote on 2024-05-27 12:09:  This is a list devoted to helping people with *BSD systems. If you have no intention of using it, why are you even here? There's a lot of cross-over with servers and software between the FLOSS families. I try to contribute answers to questions

Re: [Semibug] tragedy of systemd: was: OT: is there any office package (especially spreadsheet) that lets me choose a PEN color

2024-05-27 Thread Ron / BCLUG
Jonathan Drews wrote on 2024-05-27 10:59: The boot time was so slow that it was obvious. If different processes were involved in the boot sequence, that just may have an effect on time-to-desktop, but since it's left unaddressed, I guess we'll never know. Is something like that even

Re: [Semibug] tragedy of systemd: was: OT: is there any office package (especially spreadsheet) that lets me choose a PEN color

2024-05-27 Thread Ron / BCLUG
Jonathan Drews wrote on 2024-05-23 19:54: I don't know what the cause was but I could never get scanning (xsane) to work on either Linux Mint or Kubuntu. Scanning has been a solved problem in Linux for a decade or two, so it's hard to know what went wrong, nor what purpose is served bringing

(flink) branch master updated (4b342da6d14 -> 90e2d6cfeea)

2024-05-26 Thread ron
This is an automated email from the ASF dual-hosted git repository. ron pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git from 4b342da6d14 [FLINK-35426][table-planner] Change the distribution of DynamicFilteringDataCollector to Broadcast add

[TICTOC]Re: Enterprise Profile: Support for Non standard TCs

2024-05-26 Thread Ron Cohen
with other established TC vendors before moving forward with the draft. Best, Ron From: Doug Arnold Sent: Friday, May 24, 2024 12:40 AM To: Ron Cohen ; tictoc@ietf.org Subject: [EXTERNAL] Re: Enterprise Profile: Support for Non standard TCs Prioritize security for external emails: Confirm sender a

Re: [Semibug] tragedy of systemd: was: OT: is there any office package (especially spreadsheet) that lets me choose a PEN color

2024-05-25 Thread Ron / BCLUG
Steve Litt wrote on 2024-05-25 01:25: That being said I don't think it calls for a full boycott of Linux, > Thanks Kyle. Like you, I don't think systemd calls for a boycott on Linux, and I hadn't intended to imply it. Cheers Steve, Kyle, et al. I just wanted to say, despite the spirited

Re: [Semibug] tragedy of systemd: was: OT: is there any office package (especially spreadsheet) that lets me choose a PEN color

2024-05-24 Thread Ron / BCLUG
Kyle Willett wrote on 2024-05-23 21:31: One piece of software can't be that good at so many different tasks! I'm not sure that logic holds up: "Fedora can't be that good at so many different tasks" "Linux kernel can't be that good at so many different tasks" GNU utilities - contains

(flink) branch master updated (0737220959f -> 71e6746727a)

2024-05-23 Thread ron
This is an automated email from the ASF dual-hosted git repository. ron pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git from 0737220959f [FLINK-35216] Support for RETURNING clause of JSON_QUERY add 0ec6302cff4 [FLINK-35347][table-common

Re: [Semibug] tragedy of systemd: was: OT: is there any office package (especially spreadsheet) that lets me choose a PEN color

2024-05-23 Thread Ron / BCLUG
Steve Litt wrote on 2024-05-23 18:06: I'll address his central point, which is that systemd has many benefits. My rebuttal is that nobody needs that kind of complexity. Computers are complex, imagine that. Most systemd features can and have been done better and simpler other ways.

Re: PG 12.2 ERROR: cannot freeze committed xmax

2024-05-23 Thread Ron Johnson
On Thu, May 23, 2024 at 9:41 AM bruno da silva wrote: > Hello, > I have a deployment with PG 12.2 reporting ERROR: cannot freeze committed > xmax > using Red Hat Enterprise Linux 8.9. > > What is the recommended to find any bug fixes that the version 12.2 had > that could have caused this error.

Re: [Semibug] OT: is there any office package (especially spreadsheet) that lets me choose a PEN color

2024-05-23 Thread Ron / BCLUG
Steve Litt wrote on 2024-05-23 02:53: LibreOffice' reason for existence is to interact with MS Office documents. If it can't do that, why use it? The blame for poor interaction lies with Microsoft, 100%. Also, another major reason for LibreOffice is to have a full featured office suite that

Re: [Semibug] LO backups & OO [was OT: is there any office package (especially spreadsheet) that lets me choose a PEN color]

2024-05-23 Thread Ron / BCLUG
CAREY SCHUG wrote on 2024-05-23 08:07: LO vs OO (topic 1) I was pissed when I was told I "had" to convert from OO to LO. LO was buggy (see below) later found a friend stayed with OO and was happy. any opinions on which of LO and OO (or others) do the best job on reading in XL or other

Off line HTML Documents and Safari Browser

2024-05-23 Thread Ron Canazzi
Hi Group, I have a document that I downloaded and sent to my iPhone via e-mail attachment.  I saved it to files. When I try to open it, Voice Dream Reader grabs it and opens it. How can I allow Safari Browser to open it? -- Signature: For a nation to admit it has done grievous wrongs and

Re: [Semibug] internal number storage in libre office calc [was: LibreOffice is summing incorrectly]

2024-05-23 Thread Ron / BCLUG
CAREY SCHUG wrote on 2024-05-22 22:55: OK, my spreadsheet is only 1.3 MB 1.3MB is miniscule in relation to any disk in the past 10 (20?) years. What's your time worth? single precision calculation is faster too. How many microseconds could you save and how much time are you willing to

Re: [Semibug] OT: is there any office package (especially spreadsheet) that lets me choose a PEN color

2024-05-23 Thread Ron / BCLUG
Steve Litt wrote on 2024-05-22 23:26: This command can be run in 3 seconds Ctrl+S == saved, 0.3 seconds. Haven't personally experienced much instability with LO. Certainly would *not* advise against using it. > LibreOffice is notorious for randomly, summarily and permanently > changing

Re: [Semibug] re tracking changes in libre office spreadsheet [was: OT: is there any office package (especially spreadsheet) that lets me choose a PEN color]

2024-05-23 Thread Ron / BCLUG
CAREY SCHUG wrote on 2024-05-22 23:46: Perhaps version tracking would help with this? All changes can be tracked and reviewed. ok, found this page: https://itsfoss.com/libreoffice-version-control/ it says click on edit/track changes/record. --done click on view/toolbars/track changes

Re: [Semibug] LibreOffice is summing incorrectly

2024-05-22 Thread Ron / BCLUG
CAREY SCHUG wrote on 2024-05-22 14:27: I typed 4.73 into a cell, it was actually stored that way LibreOffice Calc (which uses 64-bit double-precision numbers internally) https://help.libreoffice.org/latest/en-US/text/scalc/01/calculation_accuracy.html never have more than 5 (actually

[TICTOC]Re: Enterprise Profile: Support for Non standard TCs

2024-05-22 Thread Ron Cohen
heir own IP address after updating the Correction Fields. For this deployment scenario timeTransmitters will need to have configured tables of timeReceivers' IP addresses and associated Clock Identities in order to send Delay Responses to the correct PTP Nodes" I don't have further new input

Re: [Semibug] OT: is there any office package (especially spreadsheet) that lets me choose a PEN color

2024-05-22 Thread Ron / BCLUG
CAREY SCHUG wrote on 2024-05-22 15:34: I would like to choose a PEN color, e.g. red, no matter what I enter or change, no matter where, it will be in the pen color. As Carl mentioned, LibreOffice supports colourizing text. so I can make a group of changes, then go back and verify them,

[Int-area] ICMP Considerations

2024-05-22 Thread Ron Bonica
. If anyone would like to contribute to this document, it can be found at https://github.com/ronbonica/ICMP Please send a private email if you are interested in contributing to the document. Ron [https

Re: search_path and SET ROLE

2024-05-22 Thread Ron Johnson
On Wed, May 22, 2024 at 2:02 PM Isaac Morland wrote: > On Wed, 22 May 2024 at 13:48, Ron Johnson wrote: > > As a superuser administrator, I need to be able to see ALL tables in ALL >> schemas when running "\dt", not just the ones in "$user" and public. A

Re: search_path wildcard?

2024-05-22 Thread Ron Johnson
On Wed, May 22, 2024 at 1:58 PM Tom Lane wrote: > Ron Johnson writes: > > That would be a helpful feature for administrators, when there are > multiple > > schemas in multiple databases, on multiple servers: superusers get ALTER > > ROLE foo SET SEARCH_PATH

Re: search_path wildcard?

2024-05-22 Thread Ron Johnson
On Wed, May 22, 2024 at 12:53 PM David G. Johnston < david.g.johns...@gmail.com> wrote: > On Wed, May 22, 2024, 10:36 Ron Johnson wrote: > >> This doesn't work, and I've found nothing similar: >> ALTER ROLE foo SET SEARCH_PATH = '*'; >> > > Correc

Re: search_path and SET ROLE

2024-05-22 Thread Ron Johnson
On Wed, May 22, 2024 at 1:10 PM Tom Lane wrote: > Ron Johnson writes: > > It seems that the search_path of the role that you SET ROLE to does not > > become the new search_path. > > It does for me: > > regression=# create role r1; > CREATE ROLE > regression=#

search_path wildcard?

2024-05-22 Thread Ron Johnson
This doesn't work, and I've found nothing similar: ALTER ROLE foo SET SEARCH_PATH = '*'; Is there a single SQL statement which will generate a search path based on information_schema.schemata, or do I have to write an anonymous DO procedure? SELECT schema_name FROM information_schema.schemata

search_path and SET ROLE

2024-05-22 Thread Ron Johnson
PG 9.6.24 (Soon, I swear!) It seems that the search_path of the role that you SET ROLE to does not become the new search_path. Am I missing something, or is that PG's behavior? AS USER postgres $ psql -h 10.143.170.52 -Xac "CREATE ROLE dbagrp SUPERUSER INHERIT NOLOGIN;" CREATE

Re: DFSort query

2024-05-22 Thread Ron Thomas
My Apologies Kolusu for wrong details inputted Thanks Much for the sample job and it is working good for my requirement. Regards Ron T -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists

[TICTOC]Re: Enterprise Profile: Support for Non standard TCs

2024-05-22 Thread Ron Cohen
or was standard. It is not trivial to add support for these tables in HW, if you want to support scale and speed. Best, Ron From: Doug Arnold Sent: Wednesday, May 22, 2024 12:36 AM To: Ron Cohen ; tictoc@ietf.org Subject: [EXTERNAL] Re: Enterprise Profile: Support for Non standard TCs Prioritize secur

[TICTOC]Enterprise Profile: Support for Non standard TCs

2024-05-21 Thread Ron Cohen
to require support for such devices in a standard profile. Best, Ron /* * Ron Cohen * Email: r...@marvell.com<mailto:r...@marvell.com> * Mobile: +972.54.5751506 */ ___ TICTOC mailing list -- tictoc@ietf.org To unsubscribe send an email to tictoc-le...@ietf.org

DFSort query

2024-05-21 Thread Ron Thomas
1500013748790 592670711500013748790 600392811 1500013748790 600392561 1762220138631 Data size Acct _NBR 10 bytes Pacct_NBR 15 bytes LAST_CHANGE_TS 20 bytes CROSS_REF_NBR 5 bytes SEQ_NBR 2 bytes Could someone please let me know how we can build this data using dfsort ? Regards Ron T

Re: pg_dump and not MVCC-safe commands

2024-05-20 Thread Ron Johnson
On Mon, May 20, 2024 at 11:54 AM Christophe Pettus wrote: > > > > On May 20, 2024, at 08:49, PetSerAl wrote: > > Basically, you need application cooperation to make > > consistent live database backup. > > If it is critical that you have a completely consistent backup as of a > particular point

Re: [DISCUSSION] FLIP-457: Improve Table/SQL Configuration for Flink 2.0

2024-05-19 Thread Ron Liu
Hi, Lincoln > 2. Regarding the options in HashAggCodeGenerator, since this new feature has gone through a couple of release cycles and could be considered for PublicEvolving now, cc @Ron Liu WDYT? Thanks for cc'ing me, +1 for public these options now. Best, Ron Benchao Li 于2024年5月20日周一

Which iPhone App Allows The Creation Of level 1 2 and so on of Headings that is accessible with VoiceOver?

2024-05-18 Thread Ron Canazzi
Hi Group, I want to make a document as part of a game I am creating that will quickly allow me to access aspects of the game via a document using header navigation. I tried using Microsoft Word for PC and moving it to the iPhone but the header navigation seemed broken. Only a few words would

[cctalk] Re: Mylar/Sponge Keyboard Repair Kits

2024-05-17 Thread Ron Pool via cctalk
order. I wouldn't recommend waiting for them to be in stock before ordering as that might require a VERY long wait. -- Ron Pool -Original Message- From: Marvin Johnston via cctalk Sent: Friday, May 17, 2024 5:49 AM To: cctalk@classiccmp.org Cc: Marvin Johnston Subject: [cctalk] My

(flink) branch master updated: [FLINK-35346][table-common] Introduce workflow scheduler interface for materialized table

2024-05-16 Thread ron
This is an automated email from the ASF dual-hosted git repository. ron pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git The following commit(s) were added to refs/heads/master by this push: new 1378979f02e [FLINK-35346][table-common] Introduce

Re: [EVDL] 46 Pure EVs for sale, Teslas competition.

2024-05-15 Thread Ron Solberg via EV
Robotaxis, a win-win except for the carbon problem. Ron Solberg > On May 14, 2024, at 7:22 PM, EV List Lackey via EV wrote: > > On 14 May 2024 at 10:35, Rush via EV wrote: > >> I think that anybody having any knowledge of how a business is conducted >> would say that 'yes

(flink) 01/04: [FLINK-35193][table] Support drop materialized table syntax

2024-05-14 Thread ron
This is an automated email from the ASF dual-hosted git repository. ron pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit 8551ef39e0387f723a72299cc73aaaf827cf74bf Author: Feng Jin AuthorDate: Mon May 13 20:06:41 2024 +0800 [FLINK-35193

(flink) 03/04: [FLINK-35193][table] Support execution of drop materialized table

2024-05-14 Thread ron
This is an automated email from the ASF dual-hosted git repository. ron pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit 51b744bca1bdf53385152ed237f2950525046488 Author: Feng Jin AuthorDate: Mon May 13 20:08:38 2024 +0800 [FLINK-35193

(flink) 04/04: [FLINK-35342][table] Fix MaterializedTableStatementITCase test can check for wrong status

2024-05-14 Thread ron
This is an automated email from the ASF dual-hosted git repository. ron pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit 94d861b08fef1e350d80a3f5f0f63168d327bc64 Author: Feng Jin AuthorDate: Tue May 14 11:18:40 2024 +0800 [FLINK-35342

(flink) 02/04: [FLINK-35193][table] Support convert drop materialized table node to operation

2024-05-14 Thread ron
This is an automated email from the ASF dual-hosted git repository. ron pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git commit fd333941553c68c36e1460102ab023f80a5b1362 Author: Feng Jin AuthorDate: Mon May 13 20:07:39 2024 +0800 [FLINK-35193

  1   2   3   4   5   6   7   8   9   10   >